Skip to content

Commit bc3ce14

Browse files
committed
docs: set instead of list for allowed_file_exts
1 parent ead8c84 commit bc3ce14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ Ways to change the global configurations are below -
627627

628628
# list of allowed file extensions
629629
# shortend for readability
630-
'ALLOWED_FILE_EXT': ['.html', '.css', ...]
630+
'ALLOWED_FILE_EXT': {'.html', '.css', ...}
631631

632632
# log file path
633633
'LOG_FILE': None

docs/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ below is the list of `config` keys with their `default` values :
8787

8888
# list of allowed file extensions
8989
# shortend for readability
90-
'ALLOWED_FILE_EXT': ['.html', '.css', ...]
90+
'ALLOWED_FILE_EXT': {'.html', '.css', ...}
9191

9292
# log file path
9393
'LOG_FILE': None

0 commit comments

Comments
 (0)