From 8409bba8020ff2c4062d8885e76ef711e4c7b0de Mon Sep 17 00:00:00 2001 From: Yanqing Wang Date: Fri, 20 Oct 2023 11:18:06 +0800 Subject: [PATCH] Fix a grammar issue in CyberRT_Python_API.md --- cyber/doxy-docs/source/CyberRT_Python_API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyber/doxy-docs/source/CyberRT_Python_API.md b/cyber/doxy-docs/source/CyberRT_Python_API.md index 94913e9eebc..f23eb2943f0 100644 --- a/cyber/doxy-docs/source/CyberRT_Python_API.md +++ b/cyber/doxy-docs/source/CyberRT_Python_API.md @@ -7,7 +7,7 @@ The core functions of Cyber RT are developed in C++. We also provide more python ## 2. Cyber RT Python Interfaces -The python interfaces of Cyber RT are wrapper the corresponding C++ interfaces. The implementation doesn't rely on other third-party tools, e.g. swig, which makes it easier to maintain. +The python interfaces of Cyber RT are wrappers of the corresponding C++ interfaces. The implementation doesn't rely on other third-party tools, e.g. swig, which makes it easier to maintain. ## 3. Overview of Python Interfaces in Cyber RT