[Lldb-commits] [lldb] e3d5e31 - [lldb][docs] Fix section name for InputReaderGranularity
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 14 07:22:29 PDT 2021
Author: Raphael Isemann
Date: 2021-06-14T16:21:40+02:00
New Revision: e3d5e3193fd5a202a58652d28115f71d0a04a479
URL: https://github.com/llvm/llvm-project/commit/e3d5e3193fd5a202a58652d28115f71d0a04a479
DIFF: https://github.com/llvm/llvm-project/commit/e3d5e3193fd5a202a58652d28115f71d0a04a479.diff
LOG: [lldb][docs] Fix section name for InputReaderGranularity
Added:
Modified:
lldb/docs/python_api_enums.rst
Removed:
################################################################################
diff --git a/lldb/docs/python_api_enums.rst b/lldb/docs/python_api_enums.rst
index 70bce246fc687..b6f27ddac4479 100644
--- a/lldb/docs/python_api_enums.rst
+++ b/lldb/docs/python_api_enums.rst
@@ -480,8 +480,8 @@ ValueType
Thread local storage variable.
-InputReader
------------
+InputReaderGranularity
+----------------------
Token size/granularities for Input Readers.
More information about the lldb-commits
mailing list