============================== Rule ``pow_to_exponentiation`` ============================== Converts ``pow`` to the ``**`` operator. .. warning:: Using this rule is risky. Risky when the function ``pow`` is overridden. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,2 +1,2 @@