summaryrefslogtreecommitdiffstats
path: root/doc/examples/python-api.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/python-api.py')
-rwxr-xr-xdoc/examples/python-api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/python-api.py b/doc/examples/python-api.py
index 215bb9153..8c79dc4ca 100755
--- a/doc/examples/python-api.py
+++ b/doc/examples/python-api.py
@@ -43,5 +43,5 @@ else:
# Now that you're connected, you can make calls to api.Command.whatever():
-print 'The admin user:'
-print api.Command.user_show(u'admin')
+print('The admin user:')
+print(api.Command.user_show(u'admin'))