From 2abef8e65b1352c6f95f076720c17dfffbb3b407 Mon Sep 17 00:00:00 2001 From: sneakypete81 Date: Tue, 14 May 2013 19:46:28 +0200 Subject: [PATCH] Use Python3-compatible print syntax --- docs/api/GetTags.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/GetTags.markdown b/docs/api/GetTags.markdown index e0950cd..5ad48e7 100644 --- a/docs/api/GetTags.markdown +++ b/docs/api/GetTags.markdown @@ -55,7 +55,7 @@ _None_ #### Python (using [openphoto-python][openphoto-python]) client = openphoto.OpenPhoto() - client.tags.list() + print(client.tags.list()) [, , ...]