From 08ae63b69307965e3c14d9d118a63b26291f4d34 Mon Sep 17 00:00:00 2001 From: Flugschwein <flugschwein@gmx.at> Date: Tue, 17 Sep 2019 21:48:46 +0200 Subject: [PATCH] Remove tiny typo Excuse the small PR, I just saw the typo while browsing through the documentation. --- beem/snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beem/snapshot.py b/beem/snapshot.py index 5cbd8af5..269a29b7 100644 --- a/beem/snapshot.py +++ b/beem/snapshot.py @@ -249,7 +249,7 @@ class AccountSnapshot(list): :param array only_ops: Limit generator by these operations (*optional*) - :param array exclude_ops: Exclude thse operations from + :param array exclude_ops: Exclude these operations from generator (*optional*) """ -- GitLab