From 1df93119b8d48ec76897a00b61dbecee18621237 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Tue, 29 Nov 2016 20:30:54 +0100 Subject: [PATCH] Typo --- NIST/fingerprint/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NIST/fingerprint/functions.py b/NIST/fingerprint/functions.py index 33849b9..446676a 100644 --- a/NIST/fingerprint/functions.py +++ b/NIST/fingerprint/functions.py @@ -321,7 +321,7 @@ class AnnotationList( eobject ): def __repr__( self, *args, **kwargs ): return self.__str__( *args, **kwargs ) - def __iter__( self, ): + def __iter__( self ): for a in self._data: yield a -- GitLab