summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-10 21:33:17 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-10 22:15:20 +0200
commitc0ea7f5ff4e18a2e786529d47137ee6ec776434a (patch)
tree8f9db1afd22e9caa4ef0a48558d3865164c4f5f9 /gnu/packages/python.scm
parentcc12ac58a2cab7937e230db0db95c80919969f11 (diff)
gnu: python-parse: Mark up description.
* gnu/packages/python.scm (python-parse)[description]: Use @code{}.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d1a912c15b..223a3c80e8 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)))