mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: python-flaky: Fix Texinfo markup in description.
* gnu/packages/python.scm (python-flaky)[description]: Escape "@".
This commit is contained in:
parent
2472f7a8f1
commit
f1ddfe4f14
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue