Skip to content

Commit edfde13

Browse files
vfdev-5soumith
authored andcommitted
Update cpp_extension.rst (pytorch#267)
Typo fix
1 parent f158325 commit edfde13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/cpp_extension.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ looks as simple as this::
155155
cmdclass={'build_ext': BuildExtension})
156156

157157

158-
In this code, :class:``CppExtension`` is a convenience wrapper around
158+
In this code, :class:`CppExtension` is a convenience wrapper around
159159
:class:`setuptools.Extension` that passes the correct include paths and sets
160160
the language of the extension to C++. The equivalent vanilla :mod:`setuptools`
161161
code would simply be::

0 commit comments

Comments
 (0)