From e2d87c1bcc952d63f606ea646e3145eca43b21d2 Mon Sep 17 00:00:00 2001 From: Richie Date: Tue, 15 Feb 2022 19:35:11 -0800 Subject: [PATCH] tweak: expand definition of suggested collision naming convention --- docs/style-guide.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 1bbe6cc74..9138162cc 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -1258,8 +1258,7 @@ Avoiding Naming Collisions * ``single_trailing_underscore_`` -This convention is suggested when the desired name collides with that of a -built-in or otherwise reserved name. +This convention is suggested when the desired name collides with that of an existing state variable, function, built-in or otherwise reserved name. .. _style_guide_natspec: