Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d5184 commit 665dd70Copy full SHA for 665dd70
1 file changed
Doc/lib/libfuncs.tex
@@ -102,7 +102,8 @@ \section{Built-in Functions \label{built-in-funcs}}
102
Return a string of one character whose \ASCII{} code is the integer
103
\var{i}, e.g., \code{chr(97)} returns the string \code{'a'}. This is the
104
inverse of \function{ord()}. The argument must be in the range [0..255],
105
- inclusive.
+ inclusive; \exception{ValueError} will be raised if \var{i} is
106
+ outside that range.
107
\end{funcdesc}
108
109
\begin{funcdesc}{cmp}{x, y}
0 commit comments