Skip to content

Commit d183f0b

Browse files
committed
Update pydoc topics and suspicious markup file.
1 parent cb460b9 commit d183f0b

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ library/stdtypes,,:end,s[start:end]
262262
library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
263263
library/stdtypes,,:len,s[len(s):len(s)]
264264
library/stdtypes,,::,>>> y = m[::2]
265+
library/stdtypes,,::,>>> z = y[::-2]
265266
library/string,,:end,s[start:end]
266267
library/subprocess,,`,"output=`dmesg | grep hda`"
267268
library/subprocess,,`,"output=`mycmd myarg`"

0 commit comments

Comments
 (0)