Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfcolon committed Aug 17, 2019
1 parent c440f20 commit d9f1e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ new_user = client.post('/users', data, auth=(username, password))

I removed all error handling from this version.

The client's only purpose is to make an api call and return a resonse. The application using this client should decide how it wants to handle any errors.
The client's only purpose is to make an api call and return a response. The application using this client should decide how it wants to handle any errors.


0 comments on commit d9f1e0e

Please sign in to comment.