Changeset - 419f52abe36c
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 7 years ago 2017-06-13 13:24:18
tbm@cyrius.com
Fix typo in variable name
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 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
 
-------------
0 comments (0 inline, 0 general)