Skip to content

Commit a828fe0

Browse files
committed
Typo in comment.
1 parent c4565b9 commit a828fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,9 @@ def and_search(states, problem, path):
425425
class OnlineDFSAgent:
426426

427427
"""The abstract class for an OnlineDFSAgent. Override update_state
428-
method to convert percept to state. While initilizing the subclass
428+
method to convert percept to state. While initializing the subclass
429429
a problem needs to be provided which is an instance of a subclass
430-
of the Problem Class. [Figure 4.21] """
430+
of the Problem class. [Figure 4.21] """
431431

432432
def __init__(self, problem):
433433
self.problem = problem

0 commit comments

Comments
 (0)