summaryrefslogtreecommitdiff
path: root/plac/doc/example8_.py
diff options
context:
space:
mode:
Diffstat (limited to 'plac/doc/example8_.py')
-rw-r--r--plac/doc/example8_.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plac/doc/example8_.py b/plac/doc/example8_.py
index 33ae359..20f6df0 100644
--- a/plac/doc/example8_.py
+++ b/plac/doc/example8_.py
@@ -3,4 +3,4 @@ def main(dsn, command: ("SQL query", 'option', 'c')='select * from table'):
print('executing %r on %s' % (command, dsn))
if __name__ == '__main__':
- import clap; clap.call(main)
+ import plac; plac.call(main)