From 63bd806cf1ead2809a91e5c9194cfb315d621abf Mon Sep 17 00:00:00 2001 From: Natan L Date: Thu, 22 Nov 2012 00:10:41 -0800 Subject: [PATCH] Fixed typo 'ore' > 'or' --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index 790b95e7..e1210339 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -862,7 +862,7 @@ namespace::

{{ textarea('comment') }}

-Macros and variables starting with one ore more underscores are private and +Macros and variables starting with one or more underscores are private and cannot be imported. .. versionchanged:: 2.4 -- 2.47.2