Skip to content

Commit

Permalink
Merge pull request #284 from MattHealy/typo
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
schinckel authored Mar 1, 2020
2 parents 3dfdba0 + 8e88197 commit aaa2e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Django example at the end)*:
```

5) Now the credentials may be used to authorize a Xero session. As OAuth2
allows authentication for mulitple Xero Organisations, it is necessary to
allows authentication for multiple Xero Organisations, it is necessary to
set the tenant_id against which the xero client's queries will run.
```python
>>> from xero import Xero
Expand Down

0 comments on commit aaa2e7e

Please sign in to comment.