Menu

#306 DocChecker.check() does not, in fact, return anything

open
nobody
5
2009-03-18
2009-03-18
Anonymous
No

The API documentation for DocChecker.check() claims:

check(self, *check_sets)

[...]

Returns: boolean
True if no problems were found.

However, there is no return statement anywhere in the function. check() always returns None and the documentation is incorrect.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.