Skip to content

Commit 19df707

Browse files
committed
Update pydoc topics for 3.6.0b4
1 parent a3fec15 commit 19df707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/pydoc_data/topics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Mon Oct 31 20:37:53 2016
2+
# Autogenerated by Sphinx on Mon Nov 21 23:22:05 2016
33
topics = {'assert': '\n'
44
'The "assert" statement\n'
55
'**********************\n'
@@ -3702,7 +3702,7 @@
37023702
' end). This is because any time you resume execution (even '
37033703
'with a\n'
37043704
' simple next or step), you may encounter another '
3705-
'breakpoint--which\n'
3705+
'breakpointwhich\n'
37063706
' could have its own command list, leading to ambiguities about '
37073707
'which\n'
37083708
' list to execute.\n'

0 commit comments

Comments
 (0)