summaryrefslogtreecommitdiff
path: root/pint/formatting.py
diff options
context:
space:
mode:
authorMiroslav Šedivý <6774676+eumiro@users.noreply.github.com>2021-01-08 21:04:27 +0100
committerMiroslav Šedivý <6774676+eumiro@users.noreply.github.com>2021-01-08 21:12:35 +0100
commit32b6ef749695181c24540df13c46ed18f781b73e (patch)
tree8f9898bab29807d9b227e12664d54b814583a5f9 /pint/formatting.py
parentb37c465012137a15192bc8db9f1df8ef52d99a29 (diff)
downloadpint-32b6ef749695181c24540df13c46ed18f781b73e.tar.gz
Fix typos
Diffstat (limited to 'pint/formatting.py')
-rw-r--r--pint/formatting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pint/formatting.py b/pint/formatting.py
index 825b615..a4ea4f2 100644
--- a/pint/formatting.py
+++ b/pint/formatting.py
@@ -235,7 +235,7 @@ def formatter(
return _join(division_fmt, [pos_ret, neg_ret])
-# Extract just the type from the specification mini-langage: see
+# Extract just the type from the specification mini-language: see
# http://docs.python.org/2/library/string.html#format-specification-mini-language
# We also add uS for uncertainties.
_BASIC_TYPES = frozenset("bcdeEfFgGnosxX%uS")