From b6909e61a0d759ac2dbf1656c14fa22dc4fb2c67 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 11 Jan 2010 14:33:18 +0100 Subject: [PATCH] fix rest syntax error (thanks fijal) --HG-- branch : trunk --- doc/path.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/path.txt b/doc/path.txt index 623cd187d..99dd9f65e 100644 --- a/doc/path.txt +++ b/doc/path.txt @@ -40,7 +40,7 @@ a ``py.path.local`` object for us (which wraps a directory): >>> foofile.read(1) 'b' -``py.path.svnurl` and ``py.path.svnwc`` +``py.path.svnurl`` and ``py.path.svnwc`` ---------------------------------------------- Two other ``py.path`` implementations that the py lib provides wrap the