Update pydoc topics and suspicious markup file.
This commit is contained in:
parent
cb460b920f
commit
d183f0be0b
|
@ -262,6 +262,7 @@ library/stdtypes,,:end,s[start:end]
|
|||
library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
|
||||
library/stdtypes,,:len,s[len(s):len(s)]
|
||||
library/stdtypes,,::,>>> y = m[::2]
|
||||
library/stdtypes,,::,>>> z = y[::-2]
|
||||
library/string,,:end,s[start:end]
|
||||
library/subprocess,,`,"output=`dmesg | grep hda`"
|
||||
library/subprocess,,`,"output=`mycmd myarg`"
|
||||
|
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue