Documentation/sphinx: Remove the repeated word "the" in comments.
authorCharles Han <hanchunchao@inspur.com>
Wed, 18 Oct 2023 02:30:46 +0000 (10:30 +0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 23 Oct 2023 02:33:38 +0000 (20:33 -0600)
Remove the repeated word "the" in comments.

Signed-off-by: Charles Han <hanchunchao@inspur.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20231018023046.30022-1-hanchunchao@inspur.com>

Documentation/sphinx/cdomain.py

index de5d132d94c5951d4cb3d8ddedbbe7da185b552f..4eb150bf509ca87fc59d827899ed380ceb785063 100644 (file)
@@ -151,7 +151,7 @@ class CObject(Base_CObject):
     def handle_func_like_macro(self, sig, signode):
         u"""Handles signatures of function-like macros.
 
-        If the objtype is 'function' and the the signature ``sig`` is a
+        If the objtype is 'function' and the signature ``sig`` is a
         function-like macro, the name of the macro is returned. Otherwise
         ``False`` is returned.  """