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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4655,7 +4655,7 @@ (define-public python-flaky
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)))