[Python-checkins] cpython (3.5): Issue #26242: Fix another one in importlib.rst

berker.peksag python-checkins at python.org
Sat Jan 30 12:30:06 EST 2016


https://hg.python.org/cpython/rev/9a31895a1c9d
changeset:   100127:9a31895a1c9d
branch:      3.5
parent:      100125:ff085a649408
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Jan 30 19:30:06 2016 +0200
summary:
  Issue #26242: Fix another one in importlib.rst

files:
  Doc/library/importlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -1113,7 +1113,7 @@
 
    .. versionadded:: 3.4
 
-   .. versionchanged ::3.5
+   .. versionchanged:: 3.5
       The *optimization* parameter was added and the *debug_override* parameter
       was deprecated.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list