diff --git a/README.rst b/README.rst index ecd23752276e4560605006f5e3d8c59f148a2a0a..38c16e705d0fe0f14522af0a4d6ca425d5a75711 100644 --- a/README.rst +++ b/README.rst @@ -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 -------------