diff --git a/tests/python/disco/test_nvshmem.py b/tests/python/disco/test_nvshmem.py index 974be4819d275..be0162aa4f074 100644 --- a/tests/python/disco/test_nvshmem.py +++ b/tests/python/disco/test_nvshmem.py @@ -125,7 +125,7 @@ def test_nvshmem_empty(num_workers): if __name__ == "__main__": - # After the first call to `nvshmem_init``, a subsequent call to `nvshmem_init` + # After the first call to `nvshmem_init`, a subsequent call to `nvshmem_init` # or `nvshmem_init_thread` in the same program results in undefined behavior. # So we always create a new process to run the test. Then no repeated nvshmem # init happens in the same process, since the worker0 may share the same process.