mirror of https://github.com/python/cpython
Fix SF #632864, Typo string instead of sting in LibDoc. Will backport.
This commit is contained in:
parent
1aca2d0cb3
commit
cf57e50989
|
@ -692,7 +692,7 @@ filename, give the full path to the file, preceded with an \code{@},
|
|||
as in \code{"@/usr/contrib/bitmap/gumby.bit"}.
|
||||
|
||||
\item[boolean]
|
||||
You can pass integers 0 or 1 or the stings \code{"yes"} or \code{"no"} .
|
||||
You can pass integers 0 or 1 or the strings \code{"yes"} or \code{"no"} .
|
||||
|
||||
\item[callback]
|
||||
This is any Python function that takes no arguments. For example:
|
||||
|
|
Loading…
Reference in New Issue