diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-06 23:55:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-07 00:23:53 +0100 |
commit | 9657aeb187286854aff5a4ff1aeb16dd908dd5c4 (patch) | |
tree | 241501a78aa632deb771c6a2ca9b2417d0e7dc34 /gnu | |
parent | aa21c764d65068783ae31febee2a92eb3d138a24 (diff) | |
download | patches-9657aeb187286854aff5a4ff1aeb16dd908dd5c4.tar patches-9657aeb187286854aff5a4ff1aeb16dd908dd5c4.tar.gz |
gnu: python-tblib: Properly @end enumerate.
* gnu/packages/python.scm (python-tblib)[description]: Don't use
‘@end itemize’ to end an ‘@enumerate’ block.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d8ca83d810..13e0287dde 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |