[Python-checkins] cpython (3.6): Update pydoc topics for 3.6.0b4

ned.deily python-checkins at python.org
Tue Nov 22 01:26:37 EST 2016


https://hg.python.org/cpython/rev/9d710f4b77ac
changeset:   105326:9d710f4b77ac
branch:      3.6
parent:      105323:3aafb232f2db
user:        Ned Deily <nad at python.org>
date:        Mon Nov 21 23:24:38 2016 -0500
summary:
  Update pydoc topics for 3.6.0b4

files:
  Lib/pydoc_data/topics.py |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Mon Oct 31 20:37:53 2016
+# Autogenerated by Sphinx on Mon Nov 21 23:22:05 2016
 topics = {'assert': '\n'
            'The "assert" statement\n'
            '**********************\n'
@@ -3702,7 +3702,7 @@
              '   end). This is because any time you resume execution (even '
              'with a\n'
              '   simple next or step), you may encounter another '
-             'breakpoint--which\n'
+             'breakpoint—which\n'
              '   could have its own command list, leading to ambiguities about '
              'which\n'
              '   list to execute.\n'

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


More information about the Python-checkins mailing list