Skip to content

Commit 635ca40

Browse files
committed
fix: shorten line length per code review
1 parent e2d87c1 commit 635ca40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/style-guide.rst

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

12591259
* ``single_trailing_underscore_``
12601260

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

12631264
.. _style_guide_natspec:
12641265

0 commit comments

Comments
 (0)