You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/click/files/click-4.0-docbuild.patch

13 lines
262 B

https://github.com/mitsuhiko/click/issues/318#issuecomment-89565131
--- docs/options.rst
+++ docs/options.rst
@@ -150,6 +150,7 @@
.. click:example::
import os
+ import sys
@click.command()
@click.option('--shout/--no-shout', default=False)