diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 21:33:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 22:15:20 +0200 |
commit | c0ea7f5ff4e18a2e786529d47137ee6ec776434a (patch) | |
tree | 8f9db1afd22e9caa4ef0a48558d3865164c4f5f9 /gnu | |
parent | cc12ac58a2cab7937e230db0db95c80919969f11 (diff) | |
download | patches-c0ea7f5ff4e18a2e786529d47137ee6ec776434a.tar patches-c0ea7f5ff4e18a2e786529d47137ee6ec776434a.tar.gz |
gnu: python-parse: Mark up description.
* gnu/packages/python.scm (python-parse)[description]: Use @code{}.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
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))) |