Skip to content

Commit 375c33b

Browse files
committed
fix typo in setup.py
1 parent f861f80 commit 375c33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def do_cythonize(extensions):
272272
# tests
273273
["tests/*.pyx"],
274274

275-
# interal files used by cybind. We on
275+
# interal files used by cybind generated bindings
276276
['cuda/bindings/_internal/nvjitlink.pyx'],
277277
['cuda/bindings/_internal/utils.pyx'],
278278
]

0 commit comments

Comments
 (0)