guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-flaky: Fix Texinfo markup in description.


From: Ludovic Courtès
Subject: 01/01: gnu: python-flaky: Fix Texinfo markup in description.
Date: Mon, 24 Jul 2017 06:06:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f1ddfe4f14b8a8d963f2f3e68d800b745696246d
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 24 12:05:53 2017 +0200

    gnu: python-flaky: Fix Texinfo markup in description.
    
    * gnu/packages/python.scm (python-flaky)[description]: Escape "@".
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ae7ab6e..89c2de6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4655,7 +4655,7 @@ reruns flaky tests.
 
 Ideally, tests reliably pass or fail, but sometimes test fixtures must rely
 on components that aren't 100% reliable.  With flaky, instead of removing
-those tests or marking them to @address@hidden, they can be automatically
+those tests or marking them to @code{@@skip}, they can be automatically
 retried.")
     (license license:asl2.0)))
 



reply via email to

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