Skip to content

Commit b246e8e

Browse files
pradyunsgedmorley
andauthored
Fix a typo
Co-authored-by: Ed Morley <[email protected]>
1 parent 11b3765 commit b246e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class DiagnosticPipError(PipError):
4141
This contains a bunch of logic, to enable pretty presentation of our error
4242
messages. Each error gets a unique reference. Each error can also include
4343
additional context, a hint and/or a note -- which are presented with the
44-
main erorr message in a consistent style.
44+
main error message in a consistent style.
4545
"""
4646

4747
reference: str

0 commit comments

Comments
 (0)