mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
typos, layout and other small things
This commit is contained in:
parent
eae3f73b1c
commit
96628a90c4
44 changed files with 174 additions and 120 deletions
|
|
@ -146,7 +146,7 @@ To unpickle an object \code{x} from a file \code{f}, open for reading:
|
|||
|
||||
\begin{verbatim}
|
||||
u = pickle.Unpickler(f)
|
||||
x = u.load(x)
|
||||
x = u.load()
|
||||
\end{verbatim}
|
||||
|
||||
A shorthand is:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue