Skip to content

Commit 2132cd5

Browse files
committed
Fix link
1 parent 8186a57 commit 2132cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/transforms/remove_annotations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ These arguments can be used with the pyminify command:
4141

4242
When using the :func:`python_minifier.minify` function you can use the ``remove_annotations`` argument to control this transform.
4343
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.
44+
You can also pass a :class:`python_minifier.RemoveAnnotationsOptions` instance to specify which annotations to remove.
4545

4646
Example
4747
-------

0 commit comments

Comments
 (0)