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

docs: Fix double-dash converted to en-dash #579

Merged
merged 1 commit into from
Feb 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/error_codes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Guide <https://google.github.io/styleguide/pyguide.html>`_. This checks for
all the errors except D203, D204, D213, D215, D400, D401, D404, D406, D407,
D408, D409 and D413.

These conventions may be specified using `--convention=<name>` when
These conventions may be specified using ``--convention=<name>`` when
running pydocstyle from the command line or by specifying the
convention in a configuration file. See the :ref:`cli_usage` section
for more details.
Expand Down