summaryrefslogtreecommitdiff
path: root/pint/measurement.py
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2021-05-19 19:53:19 +1000
committerTim Gates <tim.gates@iress.com>2021-05-19 19:53:30 +1000
commitb8aec9cbee98b75f5023bc12ee5585ae9a6dc346 (patch)
tree600ba5cb25f1a90b9f1381f3abb1c87b540cce93 /pint/measurement.py
parentfe3e8f7f1ea3b27d6beeb52d44919c9cf6108bb0 (diff)
downloadpint-b8aec9cbee98b75f5023bc12ee5585ae9a6dc346.tar.gz
docs: fix a few simple typos
There are small typos in: - README.rst - pint/measurement.py - pint/registry.py - pint/registry_helpers.py - pint/testsuite/test_quantity.py - pint/unit.py Fixes: - Should read `quantities` rather than `quanities`. - Should read `written` rather than `writen`. - Should read `results` rather than `resuls`. - Should read `implementation` rather than `implimentation`. - Should read `enthusiasts` rather than `entusiasts`. - Should read `dimensions` rather than `dimenstions`. Closes #1308
Diffstat (limited to 'pint/measurement.py')
-rw-r--r--pint/measurement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pint/measurement.py b/pint/measurement.py
index 54ad9e3..feb509d 100644
--- a/pint/measurement.py
+++ b/pint/measurement.py
@@ -88,7 +88,7 @@ class Measurement(Quantity):
# the uncertainties module supports formatting
# numbers in value(unc) notation (i.e. 1.23(45) instead of 1.23 +/- 0.45),
# using type code 'S', which siunitx actually accepts as input.
- # However, the implimentation is incompatible with siunitx.
+ # However, the implementation is incompatible with siunitx.
# Uncertainties will do 9.1(1.1), which is invalid, should be 9.1(11).
# TODO: add support for extracting options
#