Skip to content

Commit

Permalink
I spelled retrieving retrieveing wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
stuppie committed Nov 19, 2018
1 parent 3b111af commit 842ddb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikidataintegrator/wdi_core.py
Expand Up @@ -212,7 +212,7 @@ def get_distinct_value_props(cls, sparql_endpoint_url='https://query.wikidata.or
pcpid = h.get_pid(pcpid)
dvcqid = h.get_qid(dvcqid)
except Exception:
warnings.warn("Unable to determine PIDs or QIDs for retrieveing distinct value properties.\n" +
warnings.warn("Unable to determine PIDs or QIDs for retrieving distinct value properties.\n" +
"Please set P2302 and Q21502410 in your wikibase or set `core_props` manually.\n" +
"Continuing with no core_props")
cls.DISTINCT_VALUE_PROPS[sparql_endpoint_url] = set()
Expand Down

0 comments on commit 842ddb5

Please sign in to comment.