============================== Rule ``magic_constant_casing`` ============================== Magic constants should be referred to using the correct casing. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,2 +1,2 @@