argument annootation update

This commit is contained in:
Evgenii Alekseev 2023-04-05 11:30:15 +03:00
parent 1106ff6482
commit 3c068edf4f

View File

@ -33,7 +33,7 @@ class Printer:
Args:
verbose(bool): print all fields
log_fn(Callable[[str], None]): logger function to log data (Default value = print)
log_fn(Callable[[str], None], optional): logger function to log data (Default value = print)
separator(str, optional): separator for property name and property value (Default value = ": ")
"""
if (title := self.title()) is not None: