fix non-ASCII comment.

parent 0a0cc5a2
# coding: cp932
class Array
##
# call-seq:
......@@ -927,7 +926,7 @@ class Array
#
# Assumes that self is an array of arrays and transposes the rows and columns.
#
# If the length of the subarrays dont match, an IndexError is raised.
# If the length of the subarrays don't match, an IndexError is raised.
#
# Examples:
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment