Commit 831e2402 authored by Gu Wang's avatar Gu Wang Committed by Yuxin Wu

a doc typo in IAAugmentor (#1308)

parent 04c81965
......@@ -40,7 +40,7 @@ class IAAugmentor(ImageAugmentor):
.. code-block:: python
from imgaug import augmentors as iaa # this is the aleju/imgaug library
from imgaug import augmenters as iaa # this is the aleju/imgaug library
from tensorpack import imgaug # this is not the aleju/imgaug library
# or from dataflow import imgaug # if you're using the standalone version of dataflow
myaug = imgaug.IAAugmentor(
......
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