mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-06-02 03:39:45 +00:00
docs: remove duplicate words in three files (#12852)
This commit is contained in:
@@ -852,7 +852,7 @@ pages being rotated as well.
|
||||
|
||||
#### [`PAPERLESS_OCR_OUTPUT_TYPE=<type>`](#PAPERLESS_OCR_OUTPUT_TYPE) {#PAPERLESS_OCR_OUTPUT_TYPE}
|
||||
|
||||
: Specify the the type of PDF documents that paperless should produce.
|
||||
: Specify the type of PDF documents that paperless should produce.
|
||||
|
||||
- `pdf`: Modify the PDF document as little as possible.
|
||||
- `pdfa`: Convert PDF documents into PDF/A-2b documents, which is
|
||||
|
||||
@@ -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