Skip to content

Commit cd7616a

Browse files
committed
Add missing colon in code example
1 parent 94fd46b commit cd7616a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ client = ImgurClient(client_id, client_secret)
4949

5050
# Example request
5151
items = client.gallery()
52-
for item in items
52+
for item in items:
5353
print(item.link)
5454

5555
```

0 commit comments

Comments
 (0)