Skip to content

Commit a831348

Browse files
Fixed README.md
1 parent 3159a2a commit a831348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ config = init_config(
7070
merge_configs = True,
7171
sections_ignored_on_merge = ['redis'], # do not include redis in your config
7272
convert_keys_to_snake_case = False,
73-
add_underscore_prefix_to_keywords = False
73+
add_underscore_prefix_to_keywords = False,
7474
raise_error_non_identifiers = False,
7575
validate_data_types = True,
7676
allow_extra_sections = True,

0 commit comments

Comments
 (0)