From d4f9f22eafba4f5a63ab66ef618de6bd16665c52 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Fri, 23 Jun 2023 12:41:58 +0200 Subject: [PATCH] Fixed typo: examle -> example --- pvectorcmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvectorcmodule.c b/pvectorcmodule.c index de3e17c..f6d5f1e 100644 --- a/pvectorcmodule.c +++ b/pvectorcmodule.c @@ -15,7 +15,7 @@ Naming conventions ------------------ initpyrsistentc - This is the method that initializes the whole module pyrsistent_* - Methods part of the interface -_* - Instance methods of types. For examle PVector_append(...) +_* - Instance methods of types. For example PVector_append(...) All other methods are camel cased without prefix. All methods are static, none should require to be exposed outside of this module.