Skip to content

Commit

Permalink
tentative fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton authored and dimpase committed Jan 7, 2025
1 parent 8296c45 commit 190dab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def write_method(self, function, cname, args, ret, cargs,
if doc:
# Use triple single quotes to make it easier to doctest
# this within triply double quoted docstrings.
s += " r'''\n {doc}\n '''\n"
s += " r'''\n{doc}\n '''\n"
# Warning for obsolete functions
if obsolete:
s += " from warnings import warn\n"
Expand Down

0 comments on commit 190dab4

Please sign in to comment.