Archived
1
0
Fork 0

gnu: python-rst.linker: Fix grammar of "allows to automatically replace" to

"automatically replaces".

* gnu/packages/python-xyz (python-rst.linker): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 13:09:55 -07:00
parent eee98f96a6
commit a3316a35d4
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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. ;; Note: As of version 1.7 the documentation is not worth building.
(home-page "https://github.com/jaraco/rst.linker") (home-page "https://github.com/jaraco/rst.linker")
(synopsis "Sphinx plugin to add links and timestamps") (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 reStructuredText external reference or timestamps. It's primary purpose is to
augment the changelog, but it can be used for other documents, too.") augment the changelog, but it can be used for other documents, too.")
(license license:expat))) (license license:expat)))