Fix typos (#9424)
This commit is contained in:
@@ -1655,7 +1655,7 @@ class Function(PyobjMixin, nodes.Item):
|
||||
# this will be redeemed later
|
||||
for mark in callspec.marks:
|
||||
# feel free to cry, this was broken for years before
|
||||
# and keywords cant fix it per design
|
||||
# and keywords can't fix it per design
|
||||
self.keywords[mark.name] = mark
|
||||
self.own_markers.extend(normalize_mark_list(callspec.marks))
|
||||
if keywords:
|
||||
|
||||
Reference in New Issue
Block a user