auto fixed docstring

This commit is contained in:
Matthias Mair 2024-01-07 19:59:45 +01:00
parent a2e54a760e
commit ad7d88a6f4
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
3 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,7 @@ logger = logging.getLogger('inventree')
def perform_stocktake(target: part.models.Part, user: User, note: str = '', commit=True, **kwargs):
"""Perform stocktake action on a single part.
arguments:
Arguments:
target: A single Part model instance
commit: If True (default) save the result to the database
user: User who requested this stocktake

View File

@ -82,7 +82,7 @@ class LabelPrintingMixin:
items: The list of database items to print (e.g. StockItem instances)
request: The HTTP request object which triggered this print job
Keyword arguments:
Keyword Arguments:
printing_options: The printing options set for this print job defined in the PrintingOptionsSerializer
Returns:

View File

@ -1,5 +1,4 @@
"""
Directory for custom plugin development.
"""Directory for custom plugin development.
Please read the docs for more information https://docs.inventree.org/en/latest/extend/plugins/#local-directory
"""