mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-tblib: Properly @end enumerate.
* gnu/packages/python.scm (python-tblib)[description]: Don't use ‘@end itemize’ to end an ‘@enumerate’ block.
This commit is contained in:
parent
aa21c764d6
commit
9657aeb187
1 changed files with 1 additions and 1 deletions
|
@ -10156,7 +10156,7 @@ different processes. This allows better error handling when running code over
|
|||
multiple processes (imagine multiprocessing, billiard, futures, celery etc).
|
||||
|
||||
@item Parse traceback strings and raise with the parsed tracebacks.
|
||||
@end itemize")
|
||||
@end enumerate\n")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-tblib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue