expand docstring

This commit is contained in:
Matthias 2021-12-29 02:24:13 +01:00
parent c9f0528dfc
commit 750e3297cc
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -415,6 +415,7 @@ def extract_serial_numbers(serials, expected_quantity, next_number: int):
- Serial numbers can be supplied as <start>+<length> for getting <length> numbers starting from <start> - Serial numbers can be supplied as <start>+<length> for getting <length> numbers starting from <start>
Args: Args:
serials: input string with patterns
expected_quantity: The number of (unique) serial numbers we expect expected_quantity: The number of (unique) serial numbers we expect
next_number(int): the next possible serial number next_number(int): the next possible serial number
""" """