mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Removed comments suggesting users override functions
This commit is contained in:
parent
9f5cd11ae2
commit
34ba2ae139
|
@ -3139,11 +3139,10 @@ def register_encoder(name, encoder):
|
|||
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Simple display support. User code may override this.
|
||||
# Simple display support.
|
||||
|
||||
|
||||
def _show(image, **options):
|
||||
# override me, as necessary
|
||||
_showxv(image, **options)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user