Skip to content

Commit

Permalink
changed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeterschinner committed Oct 23, 2017
1 parent 651ee91 commit 7d0a9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Best Practices
One OandaClient per application
-------------------------------

Our :ref:`tutorial` used :ref:`OandaClient` as a context manager. This is correct when
:ref:`tutorial` example, used :ref:`OandaClient` as a context manager. This is correct when
the client does not need to be shared between multiple :term:`coroutines`.

This is a an example of multiple coroutines using the **One** OandaClient instance:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Creating an Account
To use :term:`async_v20` you must have an account with :term:`OANDA`

- Create an account `HERE <https://www.oanda.com/account/login>`_
- Create an API :term:`token` `AND HERE <https://www.oanda.com/demo-account/tpa/personal_token>`_
- Create an API :term:`token` `ALSO HERE <https://www.oanda.com/demo-account/tpa/personal_token>`_

.. _setting-up-environment:

Expand Down

0 comments on commit 7d0a9c9

Please sign in to comment.