mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-27 15:44:46 +03:00
Type annotations: Image.rotate bool->int for a parameter.
This commit is contained in:
parent
8213ec01fa
commit
42d3a3d036
|
@ -1815,7 +1815,7 @@ class Image(object):
|
|||
|
||||
def rotate(self, angle, resample=NEAREST, expand=0, center=None,
|
||||
translate=None):
|
||||
# type: (float, int, bool, Optional[Coord], Optional[XY]) -> Image
|
||||
# type: (float, int, int, Optional[Coord], Optional[XY]) -> Image
|
||||
"""
|
||||
Returns a rotated copy of this image. This method returns a
|
||||
copy of this image, rotated the given number of degrees counter
|
||||
|
|
Loading…
Reference in New Issue
Block a user