Changeset - 615241a32ccb
[Approved]
master
0 1 0
Martin Michlmayr (tbm) - 7 years ago 2017-05-22 16:18:49
tbm@cyrius.com
Fix typo in variable name
1 file changed with 1 insertions and 1 deletions:
2 comments (0 inline, 2 general)
README.rst
Show inline comments
...
 
@@ -31,7 +31,7 @@ Here's an example of using the Python library, complete with caching results::
 
      hist_rate = rate.Rate.from_json_file(json_response)
 
  if loader.should_cache():
 
      cache_writer.save_rate(hist_rate)
 
  # Rates are available from the hist_rates.rates dict.
 
  # Rates are available from the hist_rate.rates dict.
 

	
 
Running tests
 
-------------
Martin Michlmayr (tbm) 6 years and 11 months ago comment on pull request "Fix typo in variable name"

Status change: Under review

Brett Smith (brett) 6 years and 10 months ago comment on pull request "Fix typo in variable name"

Status change: Approved

Closing.
Rebased and pushed, thanks!
2 comments (0 inline, 2 general)