Author: Anton Gulenko <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to