]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup in pathlib.rst
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 30 Sep 2016 22:06:52 +0000 (01:06 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 30 Sep 2016 22:06:52 +0000 (01:06 +0300)
Doc/library/pathlib.rst

index a6ad1568833f70b15205c57f9e0f23ab39021e1b..fd83a8198458490a45032f0a6db8f7123da8e514 100644 (file)
@@ -921,7 +921,7 @@ call fails (for example because the path doesn't exist):
       >>> p.resolve()
       PosixPath('/home/antoine/pathlib')
 
-   `".."` components are also eliminated (this is the only method to do so)::
+   "``..``" components are also eliminated (this is the only method to do so)::
 
       >>> p = Path('docs/../setup.py')
       >>> p.resolve()