Skip to content

Commit 56951f2

Browse files
committed
fixed watch.py, openapi generator v6.6.0 used :rtype: in place of :return:
1 parent bdab2c4 commit 56951f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/base/watch/watch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from kubernetes import client
2020

21-
PYDOC_RETURN_LABEL = ":return:"
21+
PYDOC_RETURN_LABEL = ":rtype:"
2222
PYDOC_FOLLOW_PARAM = ":param bool follow:"
2323

2424
# Removing this suffix from return type name should give us event's object

0 commit comments

Comments
 (0)