docs: remove duplicate words in three files (#12852)

This commit is contained in:
Matt Van Horn
2026-05-26 06:40:30 -07:00
committed by GitHub
parent fb02621777
commit 45ba35dd3a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def localize_date(value: date | datetime | str, format: str, locale: str) -> str
Args:
value (date | datetime | str): The date or datetime to format. If a datetime
is provided, it should be timezone-aware (e.g., UTC from a Django DB object).
if str is provided is is parsed as date.
If str is provided it is parsed as date.
format (str): The format to use. Can be one of Babel's preset formats
('short', 'medium', 'long', 'full') or a custom pattern string.
locale (str): The locale code (e.g., 'en_US', 'fr_FR') to use for
@@ -313,7 +313,7 @@ class TestCommandImport(
WHEN:
- An import is attempted
THEN:
- Warning about the the version mismatch is output
- Warning about the version mismatch is output
"""
stdout = StringIO()