From 61b18026713dcee236b023e02a6d89530e7ac6fc Mon Sep 17 00:00:00 2001 From: Andrea Barontini Date: Wed, 18 Oct 2023 14:22:25 +0200 Subject: [PATCH] Update src/pineko/fonll.py Co-authored-by: Felix Hekhorn --- src/pineko/fonll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pineko/fonll.py b/src/pineko/fonll.py index 174a2249..c118bc34 100644 --- a/src/pineko/fonll.py +++ b/src/pineko/fonll.py @@ -62,7 +62,7 @@ def dataset_name(self): @property def theorycard_no_fns_pto(self): - """Return the common theory info between the different FONLL FKs.""" + """Return the common theory info between the different FONLL FK tables.""" theorycards = [json.loads(self.fks[p].key_values()["theory"]) for p in self.fks] # Only these should differ for card in theorycards: