Skip to content

Commit

Permalink
Correct a typo in a docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Dec 27, 2023
1 parent 54095cc commit b3a9023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/akismet/_sync_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def submit_spam(self, user_ip: str, **kwargs: str) -> bool:
:param str comment_author_email: (optional, recommended) The email address of
the content's submitter.
:param int is_test: (optional Set to ``1`` if you are making requests for
:param int is_test: (optional) Set to ``1`` if you are making requests for
testing purposes; this tells Akismet not to incorporate the request into its
training corpus or allow it to affect future responses.
Expand Down

0 comments on commit b3a9023

Please sign in to comment.