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 a63ff37 commit 6a195f4Copy full SHA for 6a195f4
neovim/plugin/decorators.py
@@ -14,7 +14,7 @@
14
def plugin(cls):
15
"""Tag a class as a plugin.
16
17
- This decorator is required to make the a class methods discoverable by the
+ This decorator is required to make the class methods discoverable by the
18
plugin_load method of the host.
19
"""
20
cls._nvim_plugin = True
0 commit comments