Skip to content

Commit

Permalink
Flake8 + fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Nov 13, 2018
1 parent 5f04397 commit 53cf21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wand/api.py
Expand Up @@ -424,7 +424,7 @@ class AffineMatrix(ctypes.Structure):
library.MagickResizeImage.argtypes = [ctypes.c_void_p, ctypes.c_size_t,
ctypes.c_size_t, ctypes.c_int,
ctypes.c_double]

library.MagickResampleImage.argtypes = [ctypes.c_void_p, ctypes.c_double,
ctypes.c_double, ctypes.c_int,
ctypes.c_double]
Expand Down
2 changes: 1 addition & 1 deletion wand/sequence.py
Expand Up @@ -268,7 +268,7 @@ class SingleImage(BaseImage):
For example, it can be a frame of GIF animation.
Note that all changes on single images are invisible to their
containers until they are :meth:`~wand.image.BaseImage.close`\ d
containers until they are :meth:`~wand.image.Image.close`\\ d
(:meth:`~wand.resource.Resource.destroy`\\ ed).
.. versionadded:: 0.3.0
Expand Down

0 comments on commit 53cf21b

Please sign in to comment.