me
/
guix
Archived
1
0
Fork 0

gnu: python-parse: Mark up description.

* gnu/packages/python.scm (python-parse)[description]: Use @code{}.
master
Tobias Geerinckx-Rice 2018-09-10 21:33:17 +02:00
parent cc12ac58a2
commit c0ea7f5ff4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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)))