jenkins-bot has submitted this change and it was merged.
Change subject: Fix ID for Rhea ......................................................................
Fix ID for Rhea
Q108419 is the wrong Rhea - this is the female Titan, Q15050 is the moon of Saturn
Change-Id: I1d15e017e1216c8c25af199da01d70be4c13478a --- M pywikibot/families/wikidata_family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/wikidata_family.py b/pywikibot/families/wikidata_family.py index 37d3933..5589e6f 100644 --- a/pywikibot/families/wikidata_family.py +++ b/pywikibot/families/wikidata_family.py @@ -70,7 +70,7 @@ 'phobos': 'http://www.wikidata.org/entity/Q7547', 'phoebe': 'http://www.wikidata.org/entity/Q17975', 'pluto': 'http://www.wikidata.org/entity/Q339', - 'rhea': 'http://www.wikidata.org/entity/Q108419', + 'rhea': 'http://www.wikidata.org/entity/Q15050', 'tethys': 'http://www.wikidata.org/entity/Q15047', 'titan': 'http://www.wikidata.org/entity/Q2565', 'titania': 'http://www.wikidata.org/entity/Q3322',
pywikibot-commits@lists.wikimedia.org