[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: python-dill: Fix typo in description.
From: |
guix-commits |
Subject: |
07/09: gnu: python-dill: Fix typo in description. |
Date: |
Wed, 24 Apr 2019 22:44:47 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 61985d650b798d89ff47cc3564f99c70fc9ead7c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Apr 24 19:39:01 2019 +0200
gnu: python-dill: Fix typo in description.
* gnu/packages/python-xyz.scm (python-dill)[description]: Fix typo.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c7d7ff9..ce3fd66 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.")
- branch master updated (ecb33b8 -> 0406434), guix-commits, 2019/04/24
- 06/09: gnu, guix: Yearly ritual purging of the filesystems., guix-commits, 2019/04/24
- 09/09: gnu: bind: Update to 9.12.4-P1 [fixes CVE-2018-5743, CVE-2019-6467]., guix-commits, 2019/04/24
- 08/09: gnu: r-yamss: Fix typo in description., guix-commits, 2019/04/24
- 07/09: gnu: python-dill: Fix typo in description.,
guix-commits <=
- 05/09: gnu: bubblewrap: Edit description., guix-commits, 2019/04/24
- 03/09: gnu: libimobiledevice: Edit description., guix-commits, 2019/04/24
- 04/09: gnu: perl-filesys-notify-simple: Edit description., guix-commits, 2019/04/24
- 02/09: gnu: libsvm: Update to 3.23., guix-commits, 2019/04/24
- 01/09: gnu: openfst: Update to 1.7.2., guix-commits, 2019/04/24