diff --git a/docs/framework/magnitudes.rst b/docs/framework/magnitudes.rst index afdb5b43..ed9f80f5 100644 --- a/docs/framework/magnitudes.rst +++ b/docs/framework/magnitudes.rst @@ -112,7 +112,7 @@ How to use Magnitudes --------------------- - First, start with your basic inputs: this will typically be ``mag()`` for any integer ``N``, or - the built-in Magnitude constant ``pi``. (Again, these are all *values*, not types.) + the built-in Magnitude constant ``mag_pi``. (Again, these are all *values*, not types.) - Next, combine and manipulate these using the various "Magnitude math" operations, all of which are **exact**: ``*``, ``/``, ``pow``, ``root``, ``numerator()``, ``denominator()``.