Skip to content

Commit 7330804

Browse files
LeMystcclauss
andcommitted
Update README.md
Fix typo Co-Authored-By: Christian Clauss <[email protected]>
1 parent 407f639 commit 7330804

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Wikidata).
1313

1414
A complete rewrite of the WikibaseIntegrator core has been done in v0.12 which has led to some important changes.
1515

16-
It offers a new object-oriented approach, better code readibility and support for Property, Lexeme and MediaInfo
16+
It offers a new object-oriented approach, better code readability and support for Property, Lexeme and MediaInfo
1717
entities (in addition to Item).
1818

1919
If you want to stay on v0.11.x, you can put this line in your requirements.txt:
@@ -346,7 +346,7 @@ print(wbi_helpers.mediawiki_api_call_helper(data=data, allow_anonymous=True))
346346

347347
The method `wbi_helpers.execute_sparql_query()` allows you to execute SPARQL queries without a hassle. It takes the
348348
actual query string (query), optional prefixes (prefix) if you do not want to use the standard prefixes of Wikidata, the
349-
actual entpoint URL (endpoint), and you can also specify a user agent for the http header sent to the SPARQL server (
349+
actual endpoint URL (endpoint), and you can also specify a user agent for the http header sent to the SPARQL server (
350350
user_agent). The latter is very useful to let the operators of the endpoint know who you are, especially if you execute
351351
many queries on the endpoint. This allows the operators of the endpoint to contact you (e.g. specify an email address,
352352
or the URL to your bot code repository.)
@@ -565,7 +565,7 @@ for entrez_id, ensembl in raw_data.items():
565565
wb_item.write()
566566
```
567567

568-
Note: Fastrun mode checks for equality of property/value pairs, qualifers (not including qualifier attributes), labels,
568+
Note: Fastrun mode checks for equality of property/value pairs, qualifiers (not including qualifier attributes), labels,
569569
aliases and description, but it ignores references by default!
570570
References can be checked in fast run mode by setting `use_refs` to `True`.
571571

0 commit comments

Comments
 (0)