From e971ac700f7f64c981588ff1272b6120fef99473 Mon Sep 17 00:00:00 2001 From: Emmanuel Di Pretoro Date: Fri, 17 Jul 2026 08:22:21 +0200 Subject: [PATCH] Renaming the method: typo --- noid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noid.py b/noid.py index c8d80ff..893887d 100644 --- a/noid.py +++ b/noid.py @@ -169,7 +169,7 @@ class Minter(Persistent): s += "+" return s - def _checkbar(self, id): + def _checkchar(self, id): pass