Skip to content

Commit 190dab4

Browse files
fchapotondimpase
authored andcommitted
tentative fix
1 parent 8296c45 commit 190dab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def write_method(self, function, cname, args, ret, cargs,
304304
if doc:
305305
# Use triple single quotes to make it easier to doctest
306306
# this within triply double quoted docstrings.
307-
s += " r'''\n {doc}\n '''\n"
307+
s += " r'''\n{doc}\n '''\n"
308308
# Warning for obsolete functions
309309
if obsolete:
310310
s += " from warnings import warn\n"

0 commit comments

Comments
 (0)