diff options
Diffstat (limited to 'Doc/library/imghdr.rst')
-rw-r--r-- | Doc/library/imghdr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/imghdr.rst b/Doc/library/imghdr.rst index 32ec9cf..9e89523 100644 --- a/Doc/library/imghdr.rst +++ b/Doc/library/imghdr.rst @@ -65,6 +65,6 @@ to this variable: Example:: >>> import imghdr - >>> imghdr.what('/tmp/bass.gif') + >>> imghdr.what('bass.gif') 'gif' |