gnu: python-parse: Mark up description.
* gnu/packages/python.scm (python-parse)[description]: Use @code{}.
This commit is contained in:
parent
cc12ac58a2
commit
c0ea7f5ff4
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue