Skip to content

Commit

Permalink
Fix some more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyria authored Dec 16, 2016
1 parent a3b90f5 commit 5f3730d
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 @@ -60,7 +60,7 @@ Operations are the different endpoint exposed from the API and are defined by en


# if your endpoint need some parameter, just give it to the operation
>>> character_location_operation = app.op['get_characters_character_id_location(character_id=123456789)
>>> character_location_operation = app.op['get_characters_character_id_location'](character_id=123456789)
>>> char_location = client.request(character_location_operation)
>>> char_location.data.station_id
60004756
Expand Down

0 comments on commit 5f3730d

Please sign in to comment.