Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWhited committed May 19, 2015
1 parent 30ddf7f commit aaef85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rawkit/raw.py
Expand Up @@ -55,7 +55,7 @@ def save(self, filename=None):
another library (such as Wand).
Keyword arguments:
filename -- A filename (ending in `.ppm` or `.tiff`) to save.
filename -- A filename (ending in ``.ppm`` or ``.tiff``) to save.
"""
libraw.libraw_dcraw_ppm_tiff_writer(
self.data, bytes(filename, 'utf-8'))

0 comments on commit aaef85c

Please sign in to comment.