summaryrefslogtreecommitdiff
path: root/tests/utils
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-02-10 19:30:15 +0100
committerGitHub <noreply@github.com>2022-02-10 19:30:15 +0100
commit595ec422d6f9bd32f42c356d2f316ec69e0f7bee (patch)
tree766a12ddd91b43e09f670f913a4069bc7dc82d57 /tests/utils
parente3d5deca2886d9e2d5f2be2a252e39e02ae42b96 (diff)
downloadpylint-git-595ec422d6f9bd32f42c356d2f316ec69e0f7bee.tar.gz
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Diffstat (limited to 'tests/utils')
-rw-r--r--tests/utils/unittest_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/unittest_utils.py b/tests/utils/unittest_utils.py
index 6514de872..485756e7d 100644
--- a/tests/utils/unittest_utils.py
+++ b/tests/utils/unittest_utils.py
@@ -25,7 +25,7 @@ from pylint.utils import utils
def test_decoding_stream_unknown_encoding() -> None:
- """decoding_stream should fall back to *some* decoding when given an
+ """Decoding_stream should fall back to *some* decoding when given an
unknown encoding.
"""
binary_io = io.BytesIO(b"foo\nbar")