Fix typo in variable name
This commit is contained in:
parent
97222c2f75
commit
419f52abe3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
hist_rate = rate.Rate.from_json_file(json_response)
|
||||||
if loader.should_cache():
|
if loader.should_cache():
|
||||||
cache_writer.save_rate(hist_rate)
|
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
|
Running tests
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in a new issue