summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-07-24 12:05:53 +0200
committerLudovic Courtès <ludo@gnu.org>2017-07-24 12:05:53 +0200
commitf1ddfe4f14b8a8d963f2f3e68d800b745696246d (patch)
tree4d5100695c39cda75287e8e31c8772facae0bc0f /gnu/packages/python.scm
parent2472f7a8f1343ff11bb14e7135faddac3fc38e20 (diff)
downloadpatches-f1ddfe4f14b8a8d963f2f3e68d800b745696246d.tar
patches-f1ddfe4f14b8a8d963f2f3e68d800b745696246d.tar.gz
gnu: python-flaky: Fix Texinfo markup in description.
* gnu/packages/python.scm (python-flaky)[description]: Escape "@".
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ae7ab6eb57..89c2de63bd 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 @code{@skip}, they can be automatically
+those tests or marking them to @code{@@skip}, they can be automatically
retried.")
(license license:asl2.0)))