Skip to content

Commit 757f559

Browse files
authored
Fix typo in _parser docstring (#784)
1 parent ec9f203 commit 757f559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packaging/_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Handwritten parser of dependency specifiers.
22
3-
The docstring for each __parse_* function contains ENBF-inspired grammar representing
3+
The docstring for each __parse_* function contains EBNF-inspired grammar representing
44
the implementation.
55
"""
66

0 commit comments

Comments
 (0)