From 5fcc2535f96bfce9c1a1ecf9d19a976b9bf6ab6b Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Fri, 4 Nov 2022 09:16:24 -0600 Subject: feat: Support for short compact currency formats (#926) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jun Omae (大前 潤) <42682+jun66j5@users.noreply.github.com> --- docs/api/numbers.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/api/numbers.rst b/docs/api/numbers.rst index eac5692..d3ab8b1 100644 --- a/docs/api/numbers.rst +++ b/docs/api/numbers.rst @@ -17,6 +17,8 @@ Number Formatting .. autofunction:: format_currency +.. autofunction:: format_compact_currency + .. autofunction:: format_percent .. autofunction:: format_scientific -- cgit v1.2.1