Skip to content

Commit abd6311

Browse files
Consistent title case capitalisation (#3286)
1 parent e6a6061 commit abd6311

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Want to know if a word you're proposing exists in codespell already? It is possi
116116
117117
You can select the optional dictionaries with the ``--builtin`` option.
118118

119-
Ignoring Words
119+
Ignoring words
120120
--------------
121121

122122
When ignoring false positives, note that spelling errors are *case-insensitive* but words to ignore are *case-sensitive*. For example, the dictionary entry ``wrod`` will also match the typo ``Wrod``, but to ignore it you must pass ``wrod``.
@@ -191,10 +191,10 @@ config files.
191191

192192
.. _tomli: https://pypi.org/project/tomli/
193193

194-
`pre-commit <https://pre-commit.com/>`_ hook
195-
--------------------------------------------
194+
pre-commit hook
195+
---------------
196196

197-
codespell also works with `pre-commit`, using
197+
codespell also works with `pre-commit <https://pre-commit.com/>`_, using
198198

199199
.. code-block:: yaml
200200
@@ -248,7 +248,7 @@ applied directly, but should instead be manually inspected. E.g.:
248248

249249
clas->class, clash, disabled because of name clash in c++
250250

251-
Development Setup
251+
Development setup
252252
-----------------
253253

254254
As suggested in the `Python Packaging User Guide`_, ensure ``pip``, ``setuptools``, and ``wheel`` are up to date before installing from source. Specifically you will need recent versions of ``setuptools`` and ``setuptools_scm``:
@@ -271,7 +271,7 @@ To run tests against the codebase run:
271271
272272
.. _Python Packaging User Guide: https://packaging.python.org/en/latest/tutorials/installing-packages/#requirements-for-installing-packages
273273

274-
Sending Pull Requests
274+
Sending pull requests
275275
---------------------
276276

277277
If you have a suggested typo that you'd like to see merged please follow these steps:

0 commit comments

Comments
 (0)