Skip to content

Commit 6a195f4

Browse files
blueyedjustinmk
authored andcommitted
typo (#291)
1 parent a63ff37 commit 6a195f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neovim/plugin/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def plugin(cls):
1515
"""Tag a class as a plugin.
1616
17-
This decorator is required to make the a class methods discoverable by the
17+
This decorator is required to make the class methods discoverable by the
1818
plugin_load method of the host.
1919
"""
2020
cls._nvim_plugin = True

0 commit comments

Comments
 (0)