jenkins-bot submitted this change.
[IMPR] fix type in docstring
Change-Id: I047b37ca572f780901e1fe58a5710706e643a7b1
---
M pywikibot/flow.py
1 file changed, 1 insertion(+), 1 deletion(-)
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
To view, visit change 634747. To unsubscribe, or for help writing mail filters, visit settings.