summaryrefslogtreecommitdiff
path: root/pint/formatting.py
diff options
context:
space:
mode:
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")