From cfcba1a62947c398a0a55a10255dcfea434d8857 Mon Sep 17 00:00:00 2001 From: "Daan Koning (he/him)" Date: Wed, 8 Feb 2023 11:08:15 +0100 Subject: [PATCH] DOC: Complete unfinished sentence (#1617) --- docs/dev/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/documentation.md b/docs/dev/documentation.md index c30b46553..f23ab0bcc 100644 --- a/docs/dev/documentation.md +++ b/docs/dev/documentation.md @@ -33,7 +33,7 @@ def example(param1: int, param2: str) -> bool: ``` * The order of sections is (1) Args (2) Returns (3) Raises (4) Examples -* If there is no return value, remove the +* If there is no return value, remove the 'Returns' block * Properties should not have any sections