Make docstrings raw, since they contain literal backslashes.

This commit is contained in:
Ka-Ping Yee 2001-03-10 09:33:14 +00:00
parent a6e59719ec
commit 22fcae976a
2 changed files with 2 additions and 2 deletions

View file

@ -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").
"""