[Lldb-commits] [lldb] [lldb] fix a typo in decorator's docstring (PR #181697)

via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 16 08:28:00 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Charles Zablit (charles-zablit)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/181697.diff


1 Files Affected:

- (modified) lldb/packages/Python/lldbsuite/test/decorators.py (+1-1) 


``````````diff
diff --git a/lldb/packages/Python/lldbsuite/test/decorators.py b/lldb/packages/Python/lldbsuite/test/decorators.py
index b4658b149af90..0d3ae5b3cdd25 100644
--- a/lldb/packages/Python/lldbsuite/test/decorators.py
+++ b/lldb/packages/Python/lldbsuite/test/decorators.py
@@ -446,7 +446,7 @@ def unicode_test(func):
     """Decorate the item as a test which requires Unicode to be enabled.
 
     lldb checks the value of the `LANG` environment variable for the substring "utf-8"
-    to determine if the terminal supports Unicode (except on Windows, were we assume
+    to determine if the terminal supports Unicode (except on Windows, where we assume
     it's always supported).
     This decorator sets LANG to `utf-8` before running the test and resets it to its
     previous value afterwards.

``````````

</details>


https://github.com/llvm/llvm-project/pull/181697


More information about the lldb-commits mailing list