We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b3765 commit b246e8eCopy full SHA for b246e8e
src/pip/_internal/exceptions.py
@@ -41,7 +41,7 @@ class DiagnosticPipError(PipError):
41
This contains a bunch of logic, to enable pretty presentation of our error
42
messages. Each error gets a unique reference. Each error can also include
43
additional context, a hint and/or a note -- which are presented with the
44
- main erorr message in a consistent style.
+ main error message in a consistent style.
45
"""
46
47
reference: str
0 commit comments