From 7bd028d86f4362185a5c26eb93abf449f83de048 Mon Sep 17 00:00:00 2001 From: Rasputin2 Date: Sun, 31 Dec 2023 08:11:59 -0600 Subject: [PATCH] Adding Period on Line 1365 --- Doc/reference/compound_stmts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 7a735095bdecb2..2c5c933e89d692 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -1362,7 +1362,7 @@ access the local variables of the function containing the def. See section :pep:`526` - Syntax for Variable Annotations Ability to type hint variable declarations, including class - variables and instance variables + variables and instance variables. :pep:`563` - Postponed Evaluation of Annotations Support for forward references within annotations by preserving