Skip to content

Commit 48dfcdf

Browse files
committed
fix a typo in docs
1 parent 522c06a commit 48dfcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
>>> q2 = q/(5*pq.ft)**2
107107
>>> print q2
108108
40 m**3/ft**2
109-
>>> qs = q2.simplfied
109+
>>> qs = q2.simplified
110110
>>> print qs
111111
430.556416668 m
112112

0 commit comments

Comments
 (0)