We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77f692 commit 34dad37Copy full SHA for 34dad37
Lib/pathlib/_local.py
@@ -276,7 +276,7 @@ def _parse_path(cls, path):
276
277
@classmethod
278
def _parse_pattern(cls, pattern):
279
- """Parse the a glob pattern to a list of parts. This is much like
+ """Parse a glob pattern to a list of parts. This is much like
280
_parse_path, except:
281
282
- Rather than normalizing and returning the drive and root, we raise
0 commit comments