Compare Revisions
Swap
Showing 1 commit
Merge Ancestor: 0b6edde60c40
1 tbm 615241a32ccb
7 years ago
1 file changed with 1 insertions and 1 deletions:
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
 
-------------