]> granicus.if.org Git - python/commitdiff
Issue #19795: Fixed markup errors.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Oct 2016 15:11:24 +0000 (18:11 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Oct 2016 15:11:24 +0000 (18:11 +0300)
Doc/whatsnew/3.1.rst
Doc/whatsnew/3.4.rst

index 83e136948a01ee6ee3a197158fba0002099e79df..5c31401f990890af25557d6dc1bd7af284c24188 100644 (file)
@@ -548,5 +548,5 @@ that may require changes to your code:
 
 * The automatic name remapping in the pickle module for protocol 2 or lower can
   make Python 3.1 pickles unreadable in Python 3.0.  One solution is to use
-  protocol 3.  Another solution is to set the *fix_imports* option to *``False``*.
+  protocol 3.  Another solution is to set the *fix_imports* option to ``False``.
   See the discussion above for more details.
index 8909539d72c5f7b8895b514153efd2f115e03cdd..1e5c9d1fbdcf476a0e5a1d86e4cb58b70fe5321b 100644 (file)
@@ -161,7 +161,7 @@ CPython implementation improvements:
 
 * :ref:`Safe object finalization <whatsnew-pep-442>` (:pep:`442`).
 * Leveraging :pep:`442`, in most cases :ref:`module globals are no longer set
-  to ``None`` during finalization <whatsnew-pep-442>` (:issue:`18214`).
+  to None during finalization <whatsnew-pep-442>` (:issue:`18214`).
 * :ref:`Configurable memory allocators <whatsnew-pep-445>` (:pep:`445`).
 * :ref:`Argument Clinic <whatsnew-pep-436>` (:pep:`436`).