Skip to content

Commit 812501b

Browse files
committed
Fix block comments
1 parent 357e694 commit 812501b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020

2121
# We have found, through empiric evidence, that a large ration of Chinese
22-
# characters # usually indicates the user is a spammer or bot.
22+
# characters usually indicates the user is a spammer or bot.
2323
# This sets the maximum allowed percent of Chinese characters before
24-
# considering the # user a bot.
24+
# considering the user a bot.
2525
# - Allowed values: A float from 0 to 1
2626
MAX_CHINESE_CHARS_PERCENT = config('MAX_CHINESE_CHARS_PERCENT',
2727
float,

0 commit comments

Comments
 (0)