jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/634747 )
Change subject: [IMPR] fix type in docstring ......................................................................
[IMPR] fix type in docstring
Change-Id: I047b37ca572f780901e1fe58a5710706e643a7b1 --- M pywikibot/flow.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Mpaa: Looks good to me, approved Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/flow.py b/pywikibot/flow.py index d494666..792ca54 100644 --- a/pywikibot/flow.py +++ b/pywikibot/flow.py @@ -421,7 +421,7 @@ """Return the page associated with the post.
@return: Page associated with the post - @rtype: FlowPage + @rtype: Topic """ return self._page
pywikibot-commits@lists.wikimedia.org