Skip to content

Commit eed63e0

Browse files
authored
Fix typo in RuntimeError
1 parent f47d9d6 commit eed63e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ point:
707707
class Plugin2(object):
708708
@hookimpl
709709
def myhook(self, args):
710-
raise RunTimeError
710+
raise RuntimeError
711711
712712
class Plugin3(object):
713713
@hookimpl

0 commit comments

Comments
 (0)