mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-dill: Fix typo in description.
* gnu/packages/python-xyz.scm (python-dill)[description]: Fix typo.
This commit is contained in:
parent
52beae7b8a
commit
61985d650b
1 changed files with 1 additions and 1 deletions
|
@ -14669,7 +14669,7 @@ (define-public python-dill
|
|||
types. Dill provides the user the same interface as the @code{pickle} module,
|
||||
and also includes some additional features. In addition to pickling Python
|
||||
objects, @code{dill} provides the ability to save the state of an interpreter
|
||||
session in a single command. Hence, it would be feasable to save a
|
||||
session in a single command. Hence, it would be feasible to save a
|
||||
interpreter session, close the interpreter, ship the pickled file to another
|
||||
computer, open a new interpreter, unpickle the session and thus continue from
|
||||
the saved state of the original interpreter session.")
|
||||
|
|
Loading…
Reference in a new issue