Skip to content

Commit e2d87c1

Browse files
committed
tweak: expand definition of suggested collision naming convention
1 parent 1698384 commit e2d87c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/style-guide.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,8 +1258,7 @@ Avoiding Naming Collisions
12581258

12591259
* ``single_trailing_underscore_``
12601260

1261-
This convention is suggested when the desired name collides with that of a
1262-
built-in or otherwise reserved name.
1261+
This convention is suggested when the desired name collides with that of an existing state variable, function, built-in or otherwise reserved name.
12631262

12641263
.. _style_guide_natspec:
12651264

0 commit comments

Comments
 (0)