Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit bd27ff7

Browse files
committed
Fix documentation glitch.
1 parent fbd7f30 commit bd27ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/snippets/config.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ options, and have a ``[pydocstyle]`` section.
99

1010
When searching for a configuration file, ``pydocstyle`` looks for one of the
1111
file specified above *in that exact order*. If a configuration file was not
12-
found,it keeps looking for one up the directory tree until one is found or uses
13-
the default configuration.
12+
found, it keeps looking for one up the directory tree until one is found or
13+
uses the default configuration.
1414

15-
.. deprecated::
15+
.. note::
1616

1717
For backwards compatibility purposes, **pydocstyle** supports configuration
1818
files named ``.pep257``, as well as section header ``[pep257]``. However,

0 commit comments

Comments
 (0)