From dec1710c544e5f3a42990724ff56b542546a243d Mon Sep 17 00:00:00 2001 From: Daniel Mietchen Date: Mon, 21 Feb 2022 21:02:48 +0100 Subject: [PATCH] one "of" is enough here --- docs/error_codes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/error_codes.rst b/docs/error_codes.rst index 0808ed39..dba0ea3b 100644 --- a/docs/error_codes.rst +++ b/docs/error_codes.rst @@ -19,7 +19,7 @@ D214, D215, D404, D405, D406, D407, D408, D409, D410, D411, D413, D415, D416 and D417. The ``numpy`` convention added in v2.0.0 supports the `numpydoc docstring -`_ standard. This checks all of of the +`_ standard. This checks all of the errors except for D107, D203, D212, D213, D402, D413, D415, D416, and D417. The ``google`` convention added in v4.0.0 supports the `Google Python Style