HDFGroup / hdf-compass

Python-based viewer for HDF5 on other file formats
Other
130 stars 26 forks source link

Fix missing end quotes in inline literal. #172

Closed ghisvail closed 8 years ago

ghisvail commented 8 years ago

Running sphinx-build produces the following warning:

hdf-compass/docs/data_model.rst:254: WARNING: Inline literal start-string without end-string.

This PR closes the inline literal with the missing back quotes.

jreadey commented 8 years ago

Thanks for the update!