zope.interface icon indicating copy to clipboard operation
zope.interface copied to clipboard

WARNING: Definition list ends without a blank line; unexpected unindent.

Open mtelka opened this issue 8 months ago • 1 comments

BUG/PROBLEM REPORT

While running tests I noticed the following warning:

docstring of zope.interface.common.numbers.IReal.__trunc__:8: WARNING: Definition list ends without a blank line; unexpected unindent.

The same warning also appeared in #211.

What I did:

Run tests for zope.interface

What I expect to happen:

No warninigs displayed

What actually happened:

docstring of zope.interface.common.numbers.IReal.__trunc__:8: WARNING: Definition list ends without a blank line; unexpected unindent.

What version of Python and Zope/Addons I am using:

OpenIndiana Hipster Python 3.9.16 zope.interface 6.1

mtelka avatar Oct 06 '23 11:10 mtelka