We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8186a57 commit 2132cd5Copy full SHA for 2132cd5
docs/source/transforms/remove_annotations.rst
@@ -41,7 +41,7 @@ These arguments can be used with the pyminify command:
41
42
When using the :func:`python_minifier.minify` function you can use the ``remove_annotations`` argument to control this transform.
43
You can pass a boolean ``True`` to remove all annotations or a boolean ``False`` to keep all annotations.
44
-You can also pass a :class:`python_minifier.transforms.remove_annotations.RemoveAnnotations` instance to specify which annotations to remove.
+You can also pass a :class:`python_minifier.RemoveAnnotationsOptions` instance to specify which annotations to remove.
45
46
Example
47
-------
0 commit comments