jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1083869?usp=email )

Change subject: Fix doctests
......................................................................

Fix doctests

Change-Id: I6a8196765385506157bb3cc75b3fbc4db2600686
---
M pywikibot/page/_wikibase.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/pywikibot/page/_wikibase.py b/pywikibot/page/_wikibase.py
index 4a8a9db..7382c3c 100644
--- a/pywikibot/page/_wikibase.py
+++ b/pywikibot/page/_wikibase.py
@@ -2200,12 +2200,12 @@
     >>> list(L2.claims)  # access the claims
     ['P5402', 'P5831', 'P12690']
     >>> len(L2.forms)  # access the forms
-    2
+    3
     >>> F1 = L2.forms[0]  # access the first form
     >>> list(F1.claims)  # access its claims
     ['P898']
     >>> len(L2.senses)  # access the senses
-    1
+    2
     >>> S1 = L2.senses[0]  # access the first sense
     >>> list(S1.claims)  # and its claims
     ['P5137', 'P5972', 'P2888']

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1083869?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I6a8196765385506157bb3cc75b3fbc4db2600686
Gerrit-Change-Number: 1083869
Gerrit-PatchSet: 2
Gerrit-Owner: Matěj Suchánek <matejsuchane...@gmail.com>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to