Skip to content

Commit

Permalink
Update array.rst (#251)
Browse files Browse the repository at this point in the history
fix old print
  • Loading branch information
mentat51 committed Nov 17, 2022
1 parent ffa8853 commit 7a6d2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ext/array.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ both, rows and columns of the image. ::
[ , d, a, t, a]
>>> for row in view:
... row[1] = "X"
... print row
... print(row)
...
[s, X, m, e, ]
[1, X, b, y, t]
Expand Down

0 comments on commit 7a6d2fd

Please sign in to comment.