diff --git a/blog/20070502-robot-behaviors-python.html b/blog/20070502-robot-behaviors-python.html index 0fd4deb..7dd7f0d 100644 --- a/blog/20070502-robot-behaviors-python.html +++ b/blog/20070502-robot-behaviors-python.html @@ -130,7 +130,7 @@ -
… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can download the full source code below and take a look for yourself.
+… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can grab the full source code below and take a look for yourself.
#!/usr/bin/env python class Features(object): diff --git a/feed.atom b/feed.atom index 213a36c..7d824bf 100644 --- a/feed.atom +++ b/feed.atom @@ -4,7 +4,7 @@Colin McMillen's Blog -2021-07-01T20:00:27-04:00 +2021-07-01T20:10:09-04:00 @@ -117,7 +117,7 @@ Colin McMillen
… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can download the full source code below and take a look for yourself.
+… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can grab the full source code below and take a look for yourself.
#!/usr/bin/env python class Features(object):