Fix common spelling mistakes (#4956)

* add codespell

* first fixes

* doc fixes

* fix docstrings and comments

* functional changes

* docstrings again

* and docs again

* rename args

* add ignore

* use pre-commit for filtering instead

* ups

* fix typo in filter
This commit is contained in:
Matthias Mair
2023-06-04 00:04:52 +10:00
committed by GitHub
parent 5e2bfaa43a
commit 21ed4b2081
161 changed files with 344 additions and 334 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ If a user is subscribed to a particular part, it will be indicated as shown belo
{% include 'img.html' %}
{% endwith %}
If the user is not subscibed, the subscription icon is greyed out, as shown here:
If the user is not subscribed, the subscription icon is greyed out, as shown here:
{% with id="part_sub_off", url="part/part_subscribe_off.png", description="Subscribe" %}
{% include 'img.html' %}