Skip to content

Commit

Permalink
Update UnsupportedPythonVersion docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Oct 27, 2016
1 parent e13c48b commit b43fb54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pip/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,5 @@ def hash_then_or(hash_name):


class UnsupportedPythonVersion(InstallationError):
"""Unsupported python version (related to PEP 345 Requires-Python)."""
"""Unsupported python version according to Requires-Python package
metadata."""

0 comments on commit b43fb54

Please sign in to comment.