[Doc]: fixing doc typos (#24635)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-09-11 08:19:28 +02:00
committed by GitHub
parent 41329a0ff9
commit e2b1f863aa
9 changed files with 10 additions and 10 deletions

View File

@@ -3881,7 +3881,7 @@ def contains_object_print(text):
Check if the text looks like a printed Python object, e.g.
contains any substring matching the pattern: "at 0xFFFFFFF>"
We match against 0x followed by 2-16 hex chars (there's
a max of 16 on a 64 bit system).
a max of 16 on a 64-bit system).
Args:
text (str): The text to check