guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: python-ddt: Mark up description.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: python-ddt: Mark up description.
Date: Thu, 8 Mar 2018 03:08:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ef20a6f0b469b7d86fb0d7502ecb6f7f8a78603a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 7 17:15:45 2018 +0100

    gnu: python-ddt: Mark up description.
    
    * gnu/packages/python.scm (python-ddt)[description]: Use @dfn.
---
 gnu/packages/python.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 970c835..b9f6749 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]