Skip to content

Commit 4c1c00f

Browse files
committed
add a doc note
1 parent e2b61c0 commit 4c1c00f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user/formatting.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ formats:
9898
'2.3e-06 kilogram ** -1 * meter ** 3 * second ** -2'
9999

100100
where ``unit`` is a :py:class:`dict` subclass containing the unit names and
101-
their exponents.
101+
their exponents, ``registry`` is the current instance of :py:class:``UnitRegistry`` and
102+
``options`` is not yet implemented.
102103

103104
You can choose to replace the complete formatter. Briefly, the formatter if an object with the
104105
following methods: `format_magnitude`, `format_unit`, `format_quantity`, `format_uncertainty`,

0 commit comments

Comments
 (0)