[py-svn] py-trunk commit 0d2090ccd84c: fix rest syntax error (thanks fijal)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jan 11 14:33:28 CET 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1263216798 -3600
# Node ID 0d2090ccd84c7180d64e051c2c23a2f8ee00261d
# Parent b7acb4d619f9e4713814df6d1a6fe0512d717b25
fix rest syntax error (thanks fijal)

--- a/doc/path.txt
+++ b/doc/path.txt
@@ -40,7 +40,7 @@ a ``py.path.local`` object for us (which
   >>> 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



More information about the pytest-commit mailing list