~ruther/guix-local

9657aeb187286854aff5a4ff1aeb16dd908dd5c4 — Tobias Geerinckx-Rice 9 years ago aa21c76
gnu: python-tblib: Properly @end enumerate.

* gnu/packages/python.scm (python-tblib)[description]: Don't use
‘@end itemize’ to end an ‘@enumerate’ block.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 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