Skip to content

Commit

Permalink
Update test dependency to stable spec
Browse files Browse the repository at this point in the history
Fix spelling in docstring
  • Loading branch information
NeonDaniel committed Apr 10, 2024
1 parent 716a85f commit 1d4774f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ def _get_gender(self, request: str) -> Optional[str]:

def _spoken_email(self, email_addr: str):
"""
Get a pronouncable email address string
Get a pronounceable email address string
"""
return email_addr.replace('.', f' {self.translate("word_dot")} ')\
.replace('@', f' {self.translate("word_at")} ')
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
neon-minerva[padatious]~=0.1,>=0.1.1a5
neon-minerva[padatious]~=0.2

0 comments on commit 1d4774f

Please sign in to comment.