File diff a6e46b0cca1f → 348b82e08759
README.rst
Show inline comments
...
 
@@ -32,3 +32,8 @@ Here's an example of using the Python library, complete with caching results:
 
  if loader.should_cache():
 
      cache_writer.save_rate(hist_rate)
 
  # Rates are available from the hist_rates.rates dict.
 

	
 
Running tests
 
-------------
 

	
 
Run `./setup.py test` from your checkout directory.