diff options
author | Ned Deily <nad@python.org> | 2016-11-22 04:24:38 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-11-22 04:24:38 (GMT) |
commit | 19df707b371d4b9910c84aac95ffa6e3f5db253e (patch) | |
tree | 5c9b16f36f83cb94e51889bea0bb9499932452de /Lib/pydoc_data | |
parent | a3fec1543dc252934e79a4a50b1cbbf4708b4e7e (diff) | |
download | cpython-19df707b371d4b9910c84aac95ffa6e3f5db253e.zip cpython-19df707b371d4b9910c84aac95ffa6e3f5db253e.tar.gz cpython-19df707b371d4b9910c84aac95ffa6e3f5db253e.tar.bz2 |
Update pydoc topics for 3.6.0b4
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r-- | 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 index 914e818..36b4c8c 100644 --- 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 @@ topics = {'assert': '\n' ' 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' |