Thomas Burnett

Results 4 comments of Thomas Burnett

Hi @Conengmo thank you for the feedback. I worked out that all the places I missed for passing and docstrings where were `caption` was also missed. Fixed it for both...

`--error` was removed as an argument of `scripts/validate_docstrings.py` in #57879 so the example command won't work. People can exclude it, instead checking with: `scripts/validate_docstrings.py --format=actions `

I made a PR (#160) to resolve the issue, although it only allows [SVG Recognised Colors](https://www.w3.org/TR/SVG11/types.html#ColorKeywords), rather than arbitrary inline CSS like @Conengmo recommended. I believe that should be sufficient...

Hi @Abonia1 I can't seem to replicate this, and `/nltk$ grep -r "numpy.int"` and `/nltk$ grep -r "np.int"` both don't return any results. Was this issue resolved when there were...