"packaging/vscode:/vscode.git/clone" did not exist on "4625408a4b16a6bca1f739741c254c9618d0d41d"
Commit 0bbb1aa3 authored by csukuangfj's avatar csukuangfj Committed by Francisco Massa
Browse files

fix #530. (#531)

parent 50b2f910
......@@ -93,7 +93,7 @@ class ToPILImage(object):
3. If the input has 1 channel, the ``mode`` is determined by the data type (i,e,
``int``, ``float``, ``short``).
.. _PIL.Image mode: http://pillow.readthedocs.io/en/3.4.x/handbook/concepts.html#modes
.. _PIL.Image mode: https://pillow.readthedocs.io/en/latest/handbook/concepts.html#concept-modes
"""
def __init__(self, mode=None):
self.mode = mode
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment