Commit baf6ba89 authored by Ka-Ping Yee's avatar Ka-Ping Yee

Make docstrings raw, since they contain literal backslashes.

parent 925f20a7
......@@ -545,7 +545,7 @@ class build_ext (Command):
return self.package + '.' + ext_name
def get_ext_filename (self, ext_name):
"""Convert the name of an extension (eg. "foo.bar") into the name
r"""Convert the name of an extension (eg. "foo.bar") into the name
of the file from which it will be loaded (eg. "foo/bar.so", or
"foo\bar.pyd").
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment