Skip to content

Commit

Permalink
Update docs/getting_started/authentication.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Payne <15524072+LilSpazJoekp@users.noreply.github.com>

(cherry picked from commit praw-dev/praw@72febb5)
  • Loading branch information
jghaines authored and LilSpazJoekp committed Nov 1, 2021
1 parent 2820e80 commit 15d79c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting_started/authentication.rst
Expand Up @@ -27,10 +27,10 @@ table defines which application types can use which flows:
.. warning::

For the sake of brevity, the following examples pass authentication information via
arguments to :py:func:`asyncpraw.Reddit`. If you do this, you need to be careful not
to reveal this information to the outside world if you share your code. It is
recommended to use a :ref:`praw.ini file <praw.ini>` in order to keep your
authentication information separate from your code.
arguments to :class:`.Reddit`. If you do this, you need to be careful not to reveal
this information to the outside world if you share your code. It is recommended to
use a :ref:`praw.ini file <praw.ini>` in order to keep your authentication
information separate from your code.

.. _password_flow:

Expand Down

0 comments on commit 15d79c3

Please sign in to comment.