fix comment typo

This commit is contained in:
Matthew Fernandez
2017-10-14 13:56:07 -07:00
parent 77e673d08c
commit 08f6f7ba4d

View File

@@ -27,7 +27,7 @@ def test_rstdim_to_latexdim():
assert rstdim_to_latexdim('30%') == '0.300\\linewidth'
assert rstdim_to_latexdim('160') == '160\\sphinxpxdimen'
# flaot values
# float values
assert rstdim_to_latexdim('160.0em') == '160.0em'
assert rstdim_to_latexdim('.5em') == '.5em'