]> granicus.if.org Git - python/commitdiff
Fix Python version in pdb.rst
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 10 Sep 2016 06:28:03 +0000 (09:28 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 10 Sep 2016 06:28:03 +0000 (09:28 +0300)
Doc/library/pdb.rst

index 4b912f767f30ff36a3b25bfc3d4024970b3d623c..52bef6820d921120cda1546f8b61230f134180d2 100644 (file)
@@ -160,7 +160,7 @@ access further features, you have to do this yourself:
    This allows you to break into the debugger again by pressing :kbd:`Ctrl-C`.  If you
    want Pdb not to touch the SIGINT handler, set *nosigint* to true.
 
-   The *readrc* argument defaults to True and controls whether Pdb will load
+   The *readrc* argument defaults to true and controls whether Pdb will load
    .pdbrc files from the filesystem.
 
    Example call to enable tracing with *skip*::
@@ -174,7 +174,7 @@ access further features, you have to do this yourself:
       The *nosigint* argument.  Previously, a SIGINT handler was never set by
       Pdb.
 
-   .. versionadded:: 3.5
+   .. versionchanged:: 3.6
       The *readrc* argument.
 
    .. method:: run(statement, globals=None, locals=None)