diff options
Diffstat (limited to 'snippets/python-mode/docopt-args')
-rw-r--r-- | snippets/python-mode/docopt-args | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/snippets/python-mode/docopt-args b/snippets/python-mode/docopt-args index 0743633..6971cff 100644 --- a/snippets/python-mode/docopt-args +++ b/snippets/python-mode/docopt-args @@ -1,5 +1,4 @@ # -*- mode: snippet -*- -# name: docopt args # key: da # -- args = docopt(__doc__) |