Skip to content

Commit 11512f1

Browse files
committed
docs: Update docstring for ConfigurationManager __init__ method
- Updated the docstring for the ConfigurationManager class's __init__ method to include details about the 'indent' parameter for controlling JSON indentation level during formatting. This update provides improved documentation clarity by specifying the purpose of the 'indent' parameter in the method's signature.
1 parent 03c858c commit 11512f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonpycraft/manager/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(
3030
Args:
3131
file_path (str): The path to the configuration file.
3232
initial_data (Optional[JSONMap], optional): Initial configuration data. Defaults to None.
33-
logger (Optional[Logger]): Optional logger for error-handling.
33+
indent (int, optional): The JSON indentation level for formatting. Defaults to 2.
3434
"""
3535
super(ConfigurationManager, self).__init__()
3636

0 commit comments

Comments
 (0)