fix non-ASCII comment.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-11-19 11:28:03 +09:00
parent 0a0cc5a217
commit 426c1f9e0b
+1 -2
View File
@@ -1,4 +1,3 @@
# 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:
#