Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
aweinstein committed Jan 31, 2012
1 parent 0a2eec8 commit d31cf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slide_puzzle.py
Expand Up @@ -100,7 +100,7 @@ def h(self, grid=None):
Use the sum of the Manhattan distances from current position to the goal.
If `grid` is None, use the current state grid. Other wise use `grid`.
If `grid` is None, use the current state grid. Otherwise use `grid`.
"""
if grid is None:
grid = self.grid
Expand Down

0 comments on commit d31cf56

Please sign in to comment.