diff options
Diffstat (limited to 'Doc/lib/libmarshal.tex')
-rw-r--r-- | Doc/lib/libmarshal.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libmarshal.tex b/Doc/lib/libmarshal.tex index cd38a8c..013e7f8 100644 --- a/Doc/lib/libmarshal.tex +++ b/Doc/lib/libmarshal.tex @@ -72,9 +72,9 @@ The module defines these functions: \exception{TypeError}. The file must be an open file object opened in binary mode (\code{'rb'} or \code{'r+b'}). - \strong{Warning:} If an object containing an unsupported type was + \warning{If an object containing an unsupported type was marshalled with \function{dump()}, \function{load()} will substitute - \code{None} for the unmarshallable type. + \code{None} for the unmarshallable type.} \end{funcdesc} \begin{funcdesc}{dumps}{value} |