Author: Manuel Jacob
Branch:
Changeset: r70055:a90697f1fab2
Date: 2014-03-18 16:47 +0100
http://bitbucket.org/pypy/pypy/changeset/a90697f1fab2/
Log: Change misleading comments: calling these wrappers 'thin' is a bit
overstated.
diff --git a/pypy/module/__builtin__/interp_memoryview.py
b/pypy/module/__builtin__/interp_memoryview.py
--- a/pypy/module/__builtin__/interp_memoryview.py
+++ b/pypy/module/__builtin__/interp_memoryview.py
@@ -32,7 +32,7 @@
class W_Buffer(W_Root):
- """Implement the built-in 'buffer' type as a thin wrapper around
+ """Implement the built-in 'buffer' type as a wrapper around
an interp-level buffer.
"""
@@ -166,7 +166,7 @@
class W_MemoryView(W_Root):
- """Implement the built-in 'memoryview' type as a thin wrapper around
+ """Implement the built-in 'memoryview' type as a wrapper around
an interp-level buffer.
"""
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit