Subtract three ============== Example call ------------ To decrement the value of a number by three, use the `subtract_three` function. .. code-block:: python from python_package_template import subtract_three print(subtract_three(8)) Description of the `subtract_three` function: --------------------------------------------- .. autofunction:: python_package_template.subtract_three