We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a828fe0 commit 08b6aeaCopy full SHA for 08b6aea
search.py
@@ -464,8 +464,8 @@ def __call__(self, percept):
464
return self.a
465
466
def update_state(self, percept):
467
- ''' To be overriden in most cases. The default case
468
- assumes th percept to be of type state'''
+ '''To be overriden in most cases. The default case
+ assumes the percept to be of type state.'''
469
return percept
470
471
# ______________________________________________________________________________
0 commit comments