Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5fe6fb9

Browse files
committed
Update README.md
1 parent 0f19e86 commit 5fe6fb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ Error types
8989

9090
```python
9191
try
92-
...
92+
...
9393
except ImgurClientError as e
94-
print e.error_message
95-
print e.status_code
94+
print e.error_message
95+
print e.status_code
9696
```
9797

9898
* ImgurClientRateLimitError - Rate limit error

0 commit comments

Comments
 (0)