diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-07 17:15:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-08 09:07:30 +0100 |
commit | ef20a6f0b469b7d86fb0d7502ecb6f7f8a78603a (patch) | |
tree | 2c3cf61401a95a5cba203c78a17f3de13ca2c86a /gnu/packages/python.scm | |
parent | 3d63422c92c6931fbc688770073214b561eab723 (diff) |
gnu: python-ddt: Mark up description.
* gnu/packages/python.scm (python-ddt)[description]: Use @dfn.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 970c835de6..b9f6749797 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10426,8 +10426,9 @@ convering text with ANSI color codes to HTML or LaTeX.") (home-page "https://github.com/txels/ddt") (synopsis "Data-Driven Tests") (description - "DDT (Data-Driven Tests) allows you to multiply one test case by running -it with different test data, and make it appear as multiple test cases.") + "Data-Driven Tests (@dfn{DDT}) allow you to multiply one test case by +running it with different test data, and make it appear as multiple test +cases.") (license license:expat))) (define-public python2-ddt |