diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:09:55 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:22:24 -0700 |
commit | a3316a35d414d3afba1883930586d10359ebfbe3 (patch) | |
tree | c47d56869094a7956eb612db6245880834a621a9 /gnu/packages/python-xyz.scm | |
parent | eee98f96a6a79ea7c593e70e4170f5ec84e3726c (diff) | |
download | guix-a3316a35d414d3afba1883930586d10359ebfbe3.tar guix-a3316a35d414d3afba1883930586d10359ebfbe3.tar.gz |
gnu: python-rst.linker: Fix grammar of "allows to automatically replace" to
"automatically replaces".
* gnu/packages/python-xyz (python-rst.linker): Fix grammar.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 64b1e6d8dc..f8339d008f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3552,7 +3552,7 @@ receive files via the SCP1 protocol, as implemented by the OpenSSH ;; Note: As of version 1.7 the documentation is not worth building. (home-page "https://github.com/jaraco/rst.linker") (synopsis "Sphinx plugin to add links and timestamps") - (description "rst.linker allows to automatically replace text by a + (description "rst.linker automatically replaces text by a reStructuredText external reference or timestamps. It's primary purpose is to augment the changelog, but it can be used for other documents, too.") (license license:expat))) |