summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-05-29 17:28:29 +0600
committerArmin Ronacher <armin.ronacher@active-4.com>2014-05-29 17:28:29 +0600
commit7b8486606f99367e3ff64a43e0e1a228edb74318 (patch)
tree3db9d59ba2e37d3f7f8fd9a4f94f1e9b6f903521 /examples
parent6386d1379c272f1d2b71d9e2a89721aa9572440d (diff)
downloadclick-7b8486606f99367e3ff64a43e0e1a228edb74318.tar.gz
Fixed the naval example
Diffstat (limited to 'examples')
-rw-r--r--examples/naval/naval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/naval/naval.py b/examples/naval/naval.py
index 2ce0d80..2d173d8 100644
--- a/examples/naval/naval.py
+++ b/examples/naval/naval.py
@@ -45,7 +45,7 @@ def ship_shoot(ship, x, y):
@cli.group('mine')
-def mine(ship):
+def mine():
"""Manages mines."""