diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-03-24 11:32:42 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-03-24 11:32:42 -0400 |
commit | c2d4bd62a26ea0f19445aa23367fa7ee1b4e5b08 (patch) | |
tree | 5f0f96dd74295bd8f0cd0799162c81e2b0859066 | |
parent | Enable addtional flake8-bugbear linting checks. (#9659) (diff) | |
download | synapse-c2d4bd62a26ea0f19445aa23367fa7ee1b4e5b08.tar.xz |
Fix typo in changelog.
-rw-r--r-- | changelog.d/9499.misc | 2 | ||||
-rw-r--r-- | changelog.d/9659.misc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/changelog.d/9499.misc b/changelog.d/9499.misc index 1513017a10..428a466fac 100644 --- a/changelog.d/9499.misc +++ b/changelog.d/9499.misc @@ -1 +1 @@ -Introduce bugbear to the test suite and fix some of it's lint violations. \ No newline at end of file +Introduce flake8-bugbear to the test suite and fix some of its lint violations. diff --git a/changelog.d/9659.misc b/changelog.d/9659.misc index 6602c1cc6a..428a466fac 100644 --- a/changelog.d/9659.misc +++ b/changelog.d/9659.misc @@ -1 +1 @@ -Introduce bugbear to the test suite and fix some of it's lint violations. +Introduce flake8-bugbear to the test suite and fix some of its lint violations. |