1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00

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

* gnu/packages/python.scm (python-flaky)[description]: Escape "@".
This commit is contained in:
Ludovic Courtès
2017-07-24 12:05:53 +02:00
parent 2472f7a8f1
commit f1ddfe4f14

View File

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