summaryrefslogtreecommitdiff
path: root/src/_pytest/deprecated.py
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-07-14 10:55:17 +0300
committerRan Benita <ran@unusedvar.com>2020-08-01 17:14:37 +0300
commit0242de4f5651818379bc0ff6326c97565a20a0f1 (patch)
treecbfc4c8dea3cb5b6ea3f355e4681927c2ea64e81 /src/_pytest/deprecated.py
parent6882c0368b14e979642fdec0721a9922ba568074 (diff)
downloadpytest-0242de4f5651818379bc0ff6326c97565a20a0f1.tar.gz
Format docstrings in a consistent style
Diffstat (limited to 'src/_pytest/deprecated.py')
-rw-r--r--src/_pytest/deprecated.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/_pytest/deprecated.py b/src/_pytest/deprecated.py
index 868318a2b..bd2574ba7 100644
--- a/src/_pytest/deprecated.py
+++ b/src/_pytest/deprecated.py
@@ -1,6 +1,5 @@
-"""
-This module contains deprecation messages and bits of code used elsewhere in the codebase
-that is planned to be removed in the next pytest release.
+"""Deprecation messages and bits of code used elsewhere in the codebase that
+is planned to be removed in the next pytest release.
Keeping it in a central location makes it easy to track what is deprecated and should
be removed when the time comes.