Skip to content

Commit 3a02455

Browse files
pradyunsgedmorley
andcommitted
Fix a typo
Co-authored-by: Ed Morley <[email protected]>
1 parent 85b4348 commit 3a02455

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
@@ -42,7 +42,7 @@ class DiagnosticPipError(PipError):
4242
This contains a bunch of logic, to enable pretty presentation of our error
4343
messages. Each error gets a unique reference. Each error can also include
4444
additional context, a hint and/or a note -- which are presented with the
45-
main erorr message in a consistent style.
45+
main error message in a consistent style.
4646
"""
4747

4848
reference: str

0 commit comments

Comments
 (0)