Skip to content

Commit

Permalink
acronym -> abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Jan 23, 2021
1 parent 2e32305 commit 06d1fbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Async PRAW: The Asynchronous Python Reddit API Wrapper
:alt: Contributor Covenant
:target: https://github.com/praw-dev/asyncpraw/blob/master/CODE_OF_CONDUCT.md

Async PRAW, an acronym for "Asynchronous Python Reddit API Wrapper", is a Python package that
Async PRAW, an abbreviation for "Asynchronous Python Reddit API Wrapper", is a Python package that
allows for simple access to Reddit's API. Async PRAW aims to be easy to use and
internally follows all of `Reddit's API rules
<https://github.com/reddit/reddit/wiki/API>`_. With Async PRAW there's no need to
Expand Down
2 changes: 1 addition & 1 deletion asyncpraw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Python Reddit API Wrapper.
Async PRAW, an acronym for "Asynchronous Python Reddit API Wrapper", is a python package that
Async PRAW, an abbreviation for "Asynchronous Python Reddit API Wrapper", is a python package that
allows for simple access to reddit's API. Async PRAW aims to be as easy to use as
possible and is designed to follow all of reddit's API rules. You have to give
a useragent, everything else is handled by Async PRAW so you needn't worry about
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"Topic :: Utilities",
],
description=(
"Async PRAW, an acronym for `Asynchronous Python Reddit API Wrapper`, is a"
"Async PRAW, an abbreviation for `Asynchronous Python Reddit API Wrapper`, is a"
" python package that allows for simple access to reddit's API."
),
extras_require=extras,
Expand Down

0 comments on commit 06d1fbd

Please sign in to comment.