Skip to content

Commit a5039d2

Browse files
Fix typo in results docs
1 parent b2bf7b5 commit a5039d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/results.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ expressed using ``[kN]`` and ``[m]`` by creating an appropriate ``UnitDisplay``
185185
186186
from concreteproperties.post import UnitDisplay
187187
188-
kn_m = UnitDisplay(si_kn_m = UnitDisplay(
188+
kn_m = UnitDisplay(
189189
length="m", force="kN", mass="kg", length_factor=1e3, force_factor=1e3
190190
)
191191

0 commit comments

Comments
 (0)