From 9394581963f2d89dbf045edf3104c798257e1142 Mon Sep 17 00:00:00 2001 From: Terencio Agozzino Date: Wed, 24 Mar 2021 22:51:12 +0100 Subject: [PATCH] style: fix typo --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 6d1e0b99..c3560348 100644 --- a/README.rst +++ b/README.rst @@ -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"]],