summaryrefslogtreecommitdiff
path: root/examples/deprecation_checker.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-01-02 23:21:23 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-01-02 23:52:24 +0100
commitfffde57ac06ace43d74a04f799fabe1724d83ace (patch)
treebd14fe27bb389dd85ac12da6d564f56629411558 /examples/deprecation_checker.py
parent15c8825eeb4c7546f2c8e5c5a044e0f25fc9d4e6 (diff)
downloadpylint-git-fffde57ac06ace43d74a04f799fabe1724d83ace.tar.gz
Format docstrings with ``pydocstringformatter``
Diffstat (limited to 'examples/deprecation_checker.py')
-rw-r--r--examples/deprecation_checker.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/deprecation_checker.py b/examples/deprecation_checker.py
index d3dca4e07..79a728537 100644
--- a/examples/deprecation_checker.py
+++ b/examples/deprecation_checker.py
@@ -1,5 +1,4 @@
-"""
-Example checker detecting deprecated functions/methods. Following example searches for usages of
+"""Example checker detecting deprecated functions/methods. Following example searches for usages of
deprecated function `deprecated_function` and deprecated method `MyClass.deprecated_method`
from module mymodule: