Skip to content

Commit

Permalink
single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 committed Oct 11, 2024
1 parent 46753b9 commit 6ca14b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/search/zh.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def __init__(self, options: dict[str, str]) -> None:
def init(self, options: dict[str, str]) -> None:
if JIEBA:
default_dict_path = os.path.join(
os.path.dirname(jieba.__file__), "dict.txt"
os.path.dirname(jieba.__file__), 'dict.txt'
)
dict_path = options.get('dict', default_dict_path)
if dict_path and os.path.isfile(dict_path):
Expand Down

0 comments on commit 6ca14b6

Please sign in to comment.