Pull request #8 from oxrlib-fork#master

Title: Fix typo in variable name (Closed)

Fix typo in variable name
Closed, Approved
git pull https://k.sfconservancy.org/oxrlib-fork master
2017-05-22 16:20:54
Martin Michlmayr (tbm)
tbm@cyrius.com

Git pull requests don't support iterating yet.

Reviewers

  • Brett Smith (brett)
Pull Request Content
2 comments (0 inline, 2 general)
Showing 1 commit
1 tbm 615241a32ccb
7 years ago
Common ancestor: 0b6edde60c40
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
 
-------------
Martin Michlmayr (tbm) 6 years and 11 months ago comment on pull request "Fix typo in variable name"

Status change: Under review

Brett Smith (brett) 6 years and 10 months ago comment on pull request "Fix typo in variable name"

Status change: Approved

Closing.
Rebased and pushed, thanks!
2 comments (0 inline, 2 general)