From fa11365ab61a9934a68147ba6f7e9a5fdde526c0 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 20 May 2014 17:10:39 +0000 Subject: Clean up language and grammar. Based on a patch by jfcaron3@gmail.com! PR19806 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209215 91177308-0d34-0410-b5e6-96231b3b80d8 --- bindings/python/clang/cindex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings') diff --git a/bindings/python/clang/cindex.py b/bindings/python/clang/cindex.py index 81b2f3f605..b673f4b577 100644 --- a/bindings/python/clang/cindex.py +++ b/bindings/python/clang/cindex.py @@ -3404,8 +3404,8 @@ class Config: python bindings can disable the compatibility check. This will cause the python bindings to load, even though they are written for a newer version of libclang. Failures now arise if unsupported or incompatible - features are accessed. The user is required to test himself if the - features he is using are available and compatible between different + features are accessed. The user is required to test themselves if the + features they are using are available and compatible between different libclang versions. """ if Config.loaded: -- cgit v1.2.3