Skip to content

Commit

Permalink
fix documentation about "utf-8" reported in issue #58
Browse files Browse the repository at this point in the history
  • Loading branch information
sylikc committed Nov 2, 2022
1 parent ab92b03 commit 0294842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exiftool/exiftool.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def encoding(self) -> Optional[str]:
:setter: Set a new encoding.
* If *new_encoding* is None, will detect it from ``locale.getpreferredencoding(do_setlocale=False)`` (do_setlocale is set to False as not to affect the caller).
* Default to ``UTF-8`` if nothing is returned by ``getpreferredencoding``
* Default to ``utf-8`` if nothing is returned by ``getpreferredencoding``
.. warning::
Property setter does NOT validate the encoding for validity. It is passed verbatim into subprocess.Popen()
Expand Down

0 comments on commit 0294842

Please sign in to comment.