[llvm] 670034c - Fix LLVM sphinx bot

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 05:43:37 PDT 2023


Author: Aaron Ballman
Date: 2023-10-11T08:42:52-04:00
New Revision: 670034c4b888f90a10b8f642ddf5a8fa7f457f61

URL: https://github.com/llvm/llvm-project/commit/670034c4b888f90a10b8f642ddf5a8fa7f457f61
DIFF: https://github.com/llvm/llvm-project/commit/670034c4b888f90a10b8f642ddf5a8fa7f457f61.diff

LOG: Fix LLVM sphinx bot

Added: 
    

Modified: 
    llvm/docs/TableGen/ProgRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/TableGen/ProgRef.rst b/llvm/docs/TableGen/ProgRef.rst
index 45e25573b0e00f0..5a52466b66ee89b 100644
--- a/llvm/docs/TableGen/ProgRef.rst
+++ b/llvm/docs/TableGen/ProgRef.rst
@@ -1850,7 +1850,7 @@ and non-0 as true.
 ``!range(``\ *list*\ ``)``
     Equivalent to ``!range(0, !size(list))``.
 
-``!repr(``\ *value*` ``)``
+``!repr(``\ *value*\ ``)``
     Represents *value* as a string. String format for the value is not
     guaranteed to be stable. Intended for debugging purposes only.
 


        


More information about the llvm-commits mailing list