From b6fa94c68c8b49dfa6efe34cb3a83ec459a483d3 Mon Sep 17 00:00:00 2001 From: David Yastremsky Date: Thu, 5 Oct 2023 13:57:13 -0700 Subject: [PATCH] Grammar --- src/python_be.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_be.cc b/src/python_be.cc index 7e9280b1..3175e8a7 100644 --- a/src/python_be.cc +++ b/src/python_be.cc @@ -2044,7 +2044,7 @@ TRITONBACKEND_Initialize(TRITONBACKEND_Backend* backend) // Check if `triton_python_backend_stub` and `triton_python_backend_utils.py` // are located under `location`. // DLIS-5596: Add forward slash to be platform agnostic - // (i.e., for Windows we need to use backward slash). + // (i.e. For Windows, we need to use backward slash). std::string default_python_backend_dir = default_backend_dir_string + "/python"; std::string backend_stub_path =