summaryrefslogtreecommitdiff
path: root/doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn
blob: 49c7eafed2c6438af496eb58fa89b5cf02c4f693 (plain)

If you create a foo.rst containing only a number, such as "11", rendering results in the following error being thrown. (Now that I've fixed the error throwing code..):

exceptions.TypeError:coercing to Unicode: need string or buffer, int found

--[[Joey]]