Skip to content

Commit 0703729

Browse files
committed
ISSUE-CELLSCLOUD-13504: Fix spelling mistake.
1 parent 65155c8 commit 0703729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example_TextProcessing_40.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Prefix every string in the selected range with "Aspose.Cells".
2727
instance.add_text( AddTextRequest("BookText.xlsx", "Aspose.Cells", "AtTheBeginning", "") , local_outpath = "out8.xlsx" )
2828
# Insert an exclamation mark immediately after the specified substring within every string in the selected range.
29-
instance.add_text( AddTextRequest("BookText.xlsx", "!", "AfterText", "hellow word") , local_outpath = "out9.xlsx" )
29+
instance.add_text( AddTextRequest("BookText.xlsx", "!", "AfterText", "hello world") , local_outpath = "out9.xlsx" )
3030
# Append an exclamation mark to every string in the selected range.
3131
instance.add_text( AddTextRequest("BookText.xlsx", "!", "AtTheEnd", "", worksheet = "Text", range ="A1:J7" ,skip_empty_cells=False ) , local_outpath = "out10.xlsx" )
3232

0 commit comments

Comments
 (0)