@@ -38,7 +38,7 @@ rules before submitting a pull request:
3838
3939 or your editor may provide integration with it. Note that Matplotlib
4040 intentionally does not use the black _ auto-formatter (1 __), in particular due
41- to its unability to understand the semantics of mathematical expressions
41+ to its inability to understand the semantics of mathematical expressions
4242 (2 __, 3 __).
4343
4444 .. _PEP8 : https://www.python.org/dev/peps/pep-0008/
@@ -352,7 +352,7 @@ will run on all supported platforms and versions of Python.
352352 - On the overview page *artifacts * are listed in the section *Related *.
353353
354354
355- * Codecov and LGTM are currently for information only. Their failure is not
355+ * Codecov and CodeQL are currently for information only. Their failure is not
356356 necessarily a blocker.
357357
358358* tox _ is not used in the automated testing. It is supported for testing
@@ -461,27 +461,27 @@ should not be backported to this branch.
461461Automated backports
462462-------------------
463463
464- We use meeseeksdev bot to automatically backport merges to the correct
464+ We use MeeseeksDev bot to automatically backport merges to the correct
465465maintenance branch base on the milestone. To work properly the
466466milestone must be set before merging. If you have commit rights, the
467467bot can also be manually triggered after a merge by leaving a message
468468``@meeseeksdev backport to BRANCH `` on the PR. If there are conflicts
469- meeseekdevs will inform you that the backport needs to be done
469+ MeeseeksDev will inform you that the backport needs to be done
470470manually.
471471
472472The target branch is configured by putting ``on-merge: backport to
473473TARGETBRANCH `` in the milestone description on it's own line.
474474
475475If the bot is not working as expected, please report issues to
476- `Meeseeksdev <https://github.com/MeeseeksBox/MeeseeksDev >`__.
476+ `MeeseeksDev <https://github.com/MeeseeksBox/MeeseeksDev >`__.
477477
478478
479479.. _manual-backports :
480480
481481Manual backports
482482----------------
483483
484- When doing backports please copy the form used by meeseekdev ,
484+ When doing backports please copy the form used by MeeseeksDev ,
485485``Backport PR #XXXX: TITLE OF PR ``. If you need to manually resolve
486486conflicts make note of them and how you resolved them in the commit
487487message.
0 commit comments