We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fd46b commit cd7616aCopy full SHA for cd7616a
1 file changed
README.md
@@ -49,7 +49,7 @@ client = ImgurClient(client_id, client_secret)
49
50
# Example request
51
items = client.gallery()
52
-for item in items
+for item in items:
53
print(item.link)
54
55
```
0 commit comments