From 3311771fd826b406f786c94deb6d9bada784c756 Mon Sep 17 00:00:00 2001 From: Tareq AlKhatib Date: Thu, 12 Dec 2024 18:49:43 -0500 Subject: [PATCH] typo --- doc/onto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/onto.rst b/doc/onto.rst index c0e4e4a..48e31bf 100644 --- a/doc/onto.rst +++ b/doc/onto.rst @@ -125,7 +125,7 @@ and the following methods: .. note:: Many methods returns a generator. Generators allows iterating over the values without creating a list, - which can improve performande. However, they are often not very convenient when exploring the ontology: + which can improve performance. However, they are often not very convenient when exploring the ontology: ::