Skip to content

Commit 84b8dfd

Browse files
committed
fixed typo in conf.py
1 parent 0e62739 commit 84b8dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def patched_parse(self):
192192
self._sections["keys"] = self._parse_keys_section
193193
self._sections["attributes"] = self._parse_attributes_section
194194
self._sections["class attributes"] = self._parse_class_attributes_section
195-
self._sections["others attributes"] = self._parse_other_attributes_section
195+
self._sections["other attributes"] = self._parse_other_attributes_section
196196
self._unpatched_parse()
197197

198198

0 commit comments

Comments
 (0)