diff options
| author | Keewis <keewis@posteo.de> | 2021-08-30 12:04:03 +0200 |
|---|---|---|
| committer | Keewis <keewis@posteo.de> | 2021-08-30 12:04:03 +0200 |
| commit | 8e460e6071f34f7a779230af0c49b7ecdc16f953 (patch) | |
| tree | 60d2fd6325a5346eb3eb02a03775347e035c9b56 | |
| parent | db2edea587f5489256b36dc67ee3202d673ad4e1 (diff) | |
| download | pint-8e460e6071f34f7a779230af0c49b7ecdc16f953.tar.gz | |
typo
| -rw-r--r-- | docs/formatting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/formatting.rst b/docs/formatting.rst index 8126592..b43498c 100644 --- a/docs/formatting.rst +++ b/docs/formatting.rst @@ -91,7 +91,7 @@ Let's look at some more examples: f"{q:P#~}" # also compact short pretty # additional magnitude format - f"{q:.2f~#P}" # short compact pretty with 8 float digits + f"{q:.2f~#P}" # short compact pretty with 2 float digits f"{q:#~}" # short compact default Quantity Format Types |
