diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-24 19:39:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-25 04:42:16 +0200 |
commit | 61985d650b798d89ff47cc3564f99c70fc9ead7c (patch) | |
tree | 6330193f0c89285e497a10026d80a681cc48db04 | |
parent | 52beae7b8a33717259895add631b8ae71e958e0e (diff) | |
download | guix-61985d650b798d89ff47cc3564f99c70fc9ead7c.tar guix-61985d650b798d89ff47cc3564f99c70fc9ead7c.tar.gz |
gnu: python-dill: Fix typo in description.
* gnu/packages/python-xyz.scm (python-dill)[description]: Fix typo.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c7d7ff932b..ce3fd660a8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14669,7 +14669,7 @@ and de-serializing Python objects to the majority of the built-in Python 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.") |