Skip to content

Commit 34dad37

Browse files
barneygaletomasr8
andauthored
Update Lib/pathlib/_local.py
Co-authored-by: Tomas R. <[email protected]>
1 parent c77f692 commit 34dad37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pathlib/_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def _parse_path(cls, path):
276276

277277
@classmethod
278278
def _parse_pattern(cls, pattern):
279-
"""Parse the a glob pattern to a list of parts. This is much like
279+
"""Parse a glob pattern to a list of parts. This is much like
280280
_parse_path, except:
281281
282282
- Rather than normalizing and returning the drive and root, we raise

0 commit comments

Comments
 (0)