From 3c19cc4fda42f2a4183e45ef1c2d39c25ba4c5f2 2022-01-17 14:36:29 From: Karthikeyan Singaravelan Date: 2022-01-17 14:36:29 Subject: [PATCH] Fix typo --- diff --git a/docs/source/whatsnew/version8.rst b/docs/source/whatsnew/version8.rst index 78dcb6a..95982fb 100644 --- a/docs/source/whatsnew/version8.rst +++ b/docs/source/whatsnew/version8.rst @@ -48,7 +48,7 @@ or have been turned into explicit errors for better error messages. I will use this occasion to add the following requests to anyone emitting a deprecation warning: - - Please use at least ``stacklevel=2`` so that the warning is emitted into the + - Please add at least ``stacklevel=2`` so that the warning is emitted into the caller context, and not the callee one. - Please add **since which version** something is deprecated.