Skip to content

Commit 009bc05

Browse files
committed
Merge from 3.5
2 parents 50bb940 + 5e3677d commit 009bc05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/pathlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ call fails (for example because the path doesn't exist):
930930
>>> p.resolve()
931931
PosixPath('/home/antoine/pathlib')
932932

933-
`".."` components are also eliminated (this is the only method to do so)::
933+
"``..``" components are also eliminated (this is the only method to do so)::
934934

935935
>>> p = Path('docs/../setup.py')
936936
>>> p.resolve()

0 commit comments

Comments
 (0)