numpydoc
numpydoc copied to clipboard
ENH: Allow an empty string after the colon in variable descriptions in docstrings
See https://github.com/numpy/numpy/pull/7626 for examples
Perhaps the solution here is to issue a warning.
I'd say at least a warning, although an exception here is not unreasonable.
Then we should take a similar stance to colon without a space before it, imo
Warnings are probably safer for now then , since I believe we currently do compile that case without error.
On 16 September 2017 23:50:29 Joel Nothman [email protected] wrote:
Then we should take a similar stance to colon without a space before it, imo
-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/numpy/numpydoc/issues/54#issuecomment-330024996