Skip to content

Commit

Permalink
Fix: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Dec 7, 2017
1 parent d59711c commit a705ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apng/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def chunks(png):

def make_chunk(type, data):
"""Create a raw chunk by composing chunk's ``type`` and ``data``. It
calculates chunk length and CRC for you.
calculates chunk length and CRC for you.
:arg str type: PNG chunk type.
:arg bytes data: PNG chunk data, **excluding chunk length and CRC**.
Expand Down

0 comments on commit a705ef9

Please sign in to comment.