Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0015ea8

Browse files
Apply suggestions from code review
Co-authored-by: Jim Anderson <[email protected]>
1 parent 823ebc3 commit 0015ea8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Python 3.2 and 3.3 have reached `EOL <https://en.wikipedia.org/wiki/CPython#Vers
2828
Authentication SDK Usage
2929
========================
3030

31-
The Authentication SDK is divided into components mimicking the structure of the
32-
`API's documentation <https://auth0.com/docs/auth-api>`_.
31+
The Authentication SDK is organized into components that mirror the structure of the
32+
`API documentation <https://auth0.com/docs/auth-api>`_.
3333
For example:
3434

3535
.. code-block:: python
@@ -52,7 +52,7 @@ If you need to sign up a user using their email and password, you can use the Da
5252
database.signup(client_id='...', email='[email protected]', password='secr3t', connection='Username-Password-Authentication')
5353
5454
55-
If you need to authenticate a user using their email and password, you can use the GetToken object, which gives you access to requests made against the /oauth/token endpoint.
55+
If you need to authenticate a user using their email and password, you can use the ``GetToken`` object, which enables making requests to the ``/oauth/token`` endpoint.
5656
5757
.. code-block:: python
5858
@@ -321,4 +321,4 @@ file for more info.
321321
322322
.. |license| image:: https://img.shields.io/:license-mit-blue.svg?style=flat-square
323323
:target: https://opensource.org/licenses/MIT
324-
:alt: License
324+
:alt: License

0 commit comments

Comments
 (0)