From fac9bbe3003576106683e6471de18aa8f59b8dc5 Mon Sep 17 00:00:00 2001 From: AdityaDaflapurkar Date: Sun, 7 Jan 2018 00:10:57 +0530 Subject: [PATCH] Fix small typo in documentation --- search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.py b/search.py index d136c0135..a08599cb1 100644 --- a/search.py +++ b/search.py @@ -637,7 +637,7 @@ class LRTAStarAgent: """ [Figure 4.24] Abstract class for LRTA*-Agent. A problem needs to be - provided which is an instanace of a subclass of Problem Class. + provided which is an instance of a subclass of Problem Class. Takes a OnlineSearchProblem [Figure 4.23] as a problem. """