nckx pushed a commit to branch master
in repository guix.
commit c0ea7f5ff4e18a2e786529d47137ee6ec776434a
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Mon Sep 10 21:33:17 2018 +0200
gnu: python-parse: Mark up description.
* gnu/packages/python.scm (python-parse)[description]: Use @code{}.
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d1a912c..223a3c8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1583,7 +1583,7 @@ backported for previous versions of Python from 2.4 to
3.3.")
(home-page "https://github.com/r1chardj0n3s/parse")
(synopsis "Parse strings")
(description
- "Parse strings using a specification based on the Python format()
+ "Parse strings using a specification based on the Python @code{format()}
syntax.")
(license license:x11)))