fix: shorten line length per code review

This commit is contained in:
Richie 2022-02-16 12:06:33 -08:00
parent e2d87c1bcc
commit 635ca409f8

View File

@ -1258,7 +1258,8 @@ Avoiding Naming Collisions
* ``single_trailing_underscore_``
This convention is suggested when the desired name collides with that of an existing state variable, function, 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: