We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40e022e + 65695fc commit 2f28b87Copy full SHA for 2f28b87
praw/reddit.py
@@ -891,11 +891,11 @@ def submission( # pylint: disable=invalid-name,redefined-builtin
891
def username_available(self, name: str) -> bool:
892
"""Check to see if the username is available.
893
894
- For example, to check if the username ``bboe`` is availible, try:
+ For example, to check if the username ``bboe`` is available, try:
895
896
.. code-block:: python
897
898
- reddit.redditor("bboe").available()
+ reddit.username_available("bboe")
899
900
"""
901
return self._objectify_request(
0 commit comments