From 5e3677d7afbf6933b1638c24fa5ad930e8644768 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sat, 1 Oct 2016 01:06:52 +0300 Subject: Fix markup in pathlib.rst --- Doc/library/pathlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index a6ad156..fd83a81 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -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() -- cgit v0.12