We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490e395 commit 4603388Copy full SHA for 4603388
quantities/__init__.py
@@ -47,6 +47,12 @@
47
>>> print q
48
3.280839895013123 ft
49
50
+Note that, with strings, units can be designated using plural
51
+variants. Plural variants of the module variables are not available at
52
+this time, in the interest of keeping the units namespace somewhat
53
+manageable. `q.units = 'feet'` will work, `q.units = pq.feet` will
54
+not.
55
+
56
The units themselves are special objects that can not be modified in
57
place::
58
0 commit comments