From 9e62f9d64edbd5928dbdab4dc7b83270659b4960 Mon Sep 17 00:00:00 2001 From: David Vo Date: Fri, 4 Jan 2019 11:50:36 +1100 Subject: [PATCH] Fix PEP 565 typo in warnings.rst --- doc/en/warnings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/warnings.rst b/doc/en/warnings.rst index 3e69d3480..421491086 100644 --- a/doc/en/warnings.rst +++ b/doc/en/warnings.rst @@ -155,7 +155,7 @@ DeprecationWarning and PendingDeprecationWarning .. versionchanged:: 3.9 By default pytest will display ``DeprecationWarning`` and ``PendingDeprecationWarning`` warnings from -user code and third-party libraries, as recommended by `PEP-0506 `_. +user code and third-party libraries, as recommended by `PEP-0565 `_. This helps users keep their code modern and avoid breakages when deprecated warnings are effectively removed. Sometimes it is useful to hide some specific deprecation warnings that happen in code that you have no control over