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 89ab163 commit b9bdfc6Copy full SHA for b9bdfc6
1 file changed
Doc/lib/libfpformat.tex
@@ -38,8 +38,11 @@ \section{\module{fpformat} ---
38
\end{funcdesc}
39
40
\begin{excdesc}{NotANumber}
41
-Exception raised when a string does not look like a number when the
42
-documentation says it should.
+Exception raised when a string passed to \function{fix()} or
+\function{sci()} as the \var{x} parameter does not look like a number.
43
+This is a subclass of \exception{ValueError} when the standard
44
+exceptions are strings. The exception value is the improperly
45
+formatted string that caused the exception to be raised.
46
\end{excdesc}
47
48
Example:
0 commit comments