Skip to content

Commit bd53f2b

Browse files
Update src/pineko/theory.py
Co-authored-by: Felix Hekhorn <[email protected]>
1 parent 63a74ef commit bd53f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pineko/theory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def inherit_ekos(self, target_theory_id, careful=False):
241241
target_theory_id : int
242242
target theory id
243243
careful : bool (default: False)
244-
check that grid and eko are compatible before forcing the inheritanc
244+
check that grid and eko are compatible before forcing the inheritance
245245
"""
246246
other = self.ekos_path(target_theory_id)
247247
other.mkdir(exist_ok=True)

0 commit comments

Comments
 (0)