We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c8095 commit b71f65aCopy full SHA for b71f65a
README.md
@@ -23,7 +23,7 @@ plugin_manager = PluginManager([report_type])
23
plugin_manager.get_plugins(report_type)
24
```
25
26
-You can register multiple plugin types. Alternate way to register plugin types is as follows:
+You can register multiple plugin types. An alternate way to register plugin types is as follows:
27
28
```python
29
plugin_manager = PluginManager()
0 commit comments