[Doc]: fix typos in Python comments (#24115)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-09-03 06:14:07 +02:00
committed by GitHub
parent d7e1e59972
commit 02d411fdb2
11 changed files with 11 additions and 11 deletions

View File

@@ -119,7 +119,7 @@ def attempt_to_make_names_unique(entries_and_traces):
if not all_the_same(trace_eles)), None)
if first_trace_difference is None:
# can't create a unique name, leave them names as the
# can't create a unique name, leave the names as they
# are they will get aggregated by the pivot_table call
continue