Skip to content

Commit 5b0f4d6

Browse files
committed
Fix doc line length
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent a6c25fb commit 5b0f4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/contribute/contrib_doc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ What is Checked?
9797
^^^^^^^^^^^^^^^^
9898

9999
PyCQA is an Organization for code quality tools (and plugins) for the Python programming language.
100-
Doc8 is a sub-project of the same Organization. Refer this
100+
Doc8 is a sub-project of the same Organization. Refer this
101101
`README <https://github.com/PyCQA/doc8/blob/main/README.rst>`_ for more details.
102102

103103
What is checked:
@@ -263,7 +263,7 @@ Converting from Markdown
263263
------------------------
264264

265265
If you want to convert a ``.md`` file to a ``.rst`` file, this
266-
`tool <https://github.com/chrissimpkins/md2rst>`_ does it pretty well.
266+
`tool <https://github.com/chrissimpkins/md2rst>`_ does it pretty well.
267267
You will still have to clean up and check for errors as this contains a lot of bugs. But this is
268268
definitely better than converting everything by yourself.
269269

0 commit comments

Comments
 (0)