diff options
Diffstat (limited to 'Doc/libkeyword.tex')
-rw-r--r-- | Doc/libkeyword.tex | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Doc/libkeyword.tex b/Doc/libkeyword.tex deleted file mode 100644 index 7a263ef..0000000 --- a/Doc/libkeyword.tex +++ /dev/null @@ -1,10 +0,0 @@ -\section{Standard Module \module{keyword}} -\label{module-keyword} -\stmodindex{keyword} - -This module allows a Python program to determine if a string is a -keyword. A single function is provided: - -\begin{funcdesc}{iskeyword}{s} -Return true if \var{s} is a Python keyword. -\end{funcdesc} |