Skip to content

Commit

Permalink
Updated example decoder [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 30, 2018
1 parent 0adeb82 commit b42d575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/writing-your-own-file-decoder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ true color.
header = string.split(header)

# size in pixels (width, height)
self.size = int(header[1]), int(header[2])
self._size = int(header[1]), int(header[2])

# mode setting
bits = int(header[3])
Expand Down

0 comments on commit b42d575

Please sign in to comment.