mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-03 01:22:17 +00:00
docs: remove duplicate words in three files (#12852)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user