Skip to content

Commit 7a6d2fd

Browse files
authored
Update array.rst (#251)
fix old print
1 parent ffa8853 commit 7a6d2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ext/array.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ both, rows and columns of the image. ::
103103
[ , d, a, t, a]
104104
>>> for row in view:
105105
... row[1] = "X"
106-
... print row
106+
... print(row)
107107
...
108108
[s, X, m, e, ]
109109
[1, X, b, y, t]

0 commit comments

Comments
 (0)