We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a74ea8 commit adcf2a8Copy full SHA for adcf2a8
stubs/docutils/docutils/readers/pep.pyi
@@ -12,8 +12,8 @@ class Reader(standalone.Reader[_S]):
12
13
supported: ClassVar[tuple[Literal["pep"]]]
14
15
- config_section: ClassVar[Literal['pep reader']]
16
- config_section_dependencies: ClassVar[tuple[Literal['readers'], Literal['standalone reader']]]
+ config_section: ClassVar[Literal["pep reader"]]
+ config_section_dependencies: ClassVar[tuple[Literal["readers"], Literal["standalone reader"]]]
17
18
settings_default_overrides: ClassVar[dict[str, int]]
19
0 commit comments