Skip to content

Commit

Permalink
Fix wrong name in python dlplan core api
Browse files Browse the repository at this point in the history
  • Loading branch information
Timisorean committed Jul 16, 2024
1 parent 0e5b27b commit 3725d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/src/dlplan/core/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class SyntacticElementFactory:
def make_sum_concept_distance_numerical(self, concept_from: Concept, role: Role, concept_to: Concept) -> Numerical: ...
def make_sum_role_distance_numerical(self, role_from: Role, role: Role, role_to: Role) -> Numerical: ...

def make_and_concept(self, role_left: Role, role_right: Role) -> Role: ...
def make_and_role(self, role_left: Role, role_right: Role) -> Role: ...
def make_compose_role(self, role_left: Role, role_right: Role) -> Role: ...
def make_diff_role(self, role_left: Role, role_right: Role) -> Role: ...
def make_identity_role(self, concept: Concept) -> Role: ...
Expand Down

0 comments on commit 3725d77

Please sign in to comment.