Skip to content

Commit

Permalink
style: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Mar 24, 2021
1 parent 3809a22 commit 9394581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ number of entities, this option can greatly speed up the extraction of walks:
data = pd.read_csv("samples/countries-cities/entities.tsv", sep="\t")
RDF2VecTransformer(walkers=[RandomWalker(4, 10)]).fit_transform(
KG("https://dbpedia.org/sparql", mul_req=True),
[entity for entity in data["location"]],
Expand Down

0 comments on commit 9394581

Please sign in to comment.