Skip to content

Commit e59faf6

Browse files
doctorBeastreachtarunhere
authored andcommitted
Fixed typo in comments (aimacode#302)
1 parent be8543f commit e59faf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __call__(self, kb, args):
6060
return self.act(kb, args)
6161

6262
def substitute(self, e, args):
63-
"""Replaces variables in expression with their respective Propostional symbol"""
63+
"""Replaces variables in expression with their respective Propositional symbol"""
6464
new_args = list(e.args)
6565
for num, x in enumerate(e.args):
6666
for i in range(len(self.args)):

0 commit comments

Comments
 (0)