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