Skip to content

Commit 9d08af5

Browse files
Simplify function doc
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent 7767139 commit 9d08af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/clinic/clinic.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2836,8 +2836,8 @@ def modify(self):
28362836
def post_parsing(self):
28372837
"""
28382838
The C statements required to do some operations after the end of parsing but before cleaning up.
2839-
Returns a string containing this code indented at column 0.
2840-
If no operation is necessary, returns an empty string.
2839+
Return a string containing this code indented at column 0.
2840+
If no operation is necessary, return an empty string.
28412841
"""
28422842
return ""
28432843

0 commit comments

Comments
 (0)