[pypy-commit] lang-smalltalk rstrategies: Changed comment

anton_gulenko noreply at buildbot.pypy.org
Thu Nov 13 15:49:19 CET 2014


Author: Anton Gulenko <anton.gulenko at googlemail.com>
Branch: rstrategies
Changeset: r1062:f1e3b1f904d8
Date: 2014-11-13 15:12 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/f1e3b1f904d8/

Log:	Changed comment

diff --git a/rstrategies.py b/rstrategies.py
--- a/rstrategies.py
+++ b/rstrategies.py
@@ -348,7 +348,7 @@
     def check_can_handle(self, wrapped_value):
         return True
     
-# ============== Mixins for index checking operations ==============
+# ============== Mixins for StrategyWithStorage ==============
 
 class SafeIndexingMixin(object):
     def check_index_store(self, index0):


More information about the pypy-commit mailing list