Skip to content

Commit 38f82b3

Browse files
adjust type module path
1 parent 0d1486b commit 38f82b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ django-bird uses a plugin system based on [pluggy](https://pluggy.readthedocs.io
2020
```
2121
````
2222

23-
````{py:function} register_asset_types(register_type: Callable[[AssetType], None]) -> None
23+
````{py:function} register_asset_types(register_type: collections.abc.Callable[[django_bird.staticfiles.AssetType], None]) -> None
2424
:canonical: django_bird.plugins.hookspecs.register_asset_types
2525
2626
```{autodoc2-docstring} django_bird.plugins.hookspecs.register_asset_types

0 commit comments

Comments
 (0)