Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6589890

Browse files
AdityaDaflapurkarnorvig
authored andcommitted
Fix small typo in documentation (aimacode#681)
1 parent 72f29f5 commit 6589890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ class LRTAStarAgent:
637637

638638
""" [Figure 4.24]
639639
Abstract class for LRTA*-Agent. A problem needs to be
640-
provided which is an instanace of a subclass of Problem Class.
640+
provided which is an instance of a subclass of Problem Class.
641641
642642
Takes a OnlineSearchProblem [Figure 4.23] as a problem.
643643
"""

0 commit comments

Comments
 (0)