Skip to content

Commit

Permalink
Update src/pineko/fonll.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hekhorn <[email protected]>
  • Loading branch information
andreab1997 and felixhekhorn authored Oct 18, 2023
1 parent 73c5052 commit 61b1802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/fonll.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 61b1802

Please sign in to comment.