From 8aadc179ae9f47a7d56c85b2af492318dc571d5e Mon Sep 17 00:00:00 2001 From: wbt Date: Fri, 30 Mar 2018 15:28:15 -0400 Subject: Fix small formatting issue in which a constant was not treated as code, inconsistent with surrounding examples. --- docs/style-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 2261746f..ee1ea4bd 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -904,7 +904,7 @@ Constants ========= Constants should be named with all capital letters with underscores separating -words. Examples: ``MAX_BLOCKS``, `TOKEN_NAME`, ``TOKEN_TICKER``, ``CONTRACT_VERSION``. +words. Examples: ``MAX_BLOCKS``, ``TOKEN_NAME``, ``TOKEN_TICKER``, ``CONTRACT_VERSION``. Modifier Names -- cgit v1.2.3