Skip to content

Commit fd43312

Browse files
committed
Fix typos
1 parent bb3113e commit fd43312

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

IPython/utils/text.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def num_ini_spaces(strng):
347347
"""Return the number of initial spaces in a string"""
348348
warnings.warn(
349349
"`num_ini_spaces` is Pending Deprecation since IPython 8.17."
350-
"It is considered fro removal in in future version. "
350+
"It is considered for removal in in future version. "
351351
"Please open an issue if you believe it should be kept.",
352352
stacklevel=2,
353353
category=PendingDeprecationWarning,
@@ -408,7 +408,7 @@ def wrap_paragraphs(text, ncols=80):
408408
"""
409409
warnings.warn(
410410
"`wrap_paragraphs` is Pending Deprecation since IPython 8.17."
411-
"It is considered fro removal in in future version. "
411+
"It is considered for removal in in future version. "
412412
"Please open an issue if you believe it should be kept.",
413413
stacklevel=2,
414414
category=PendingDeprecationWarning,
@@ -489,7 +489,7 @@ def strip_ansi(source):
489489
"""
490490
warnings.warn(
491491
"`strip_ansi` is Pending Deprecation since IPython 8.17."
492-
"It is considered fro removal in in future version. "
492+
"It is considered for removal in in future version. "
493493
"Please open an issue if you believe it should be kept.",
494494
stacklevel=2,
495495
category=PendingDeprecationWarning,
@@ -727,7 +727,7 @@ def compute_item_matrix(
727727
"""
728728
warnings.warn(
729729
"`compute_item_matrix` is Pending Deprecation since IPython 8.17."
730-
"It is considered fro removal in in future version. "
730+
"It is considered for removal in in future version. "
731731
"Please open an issue if you believe it should be kept.",
732732
stacklevel=2,
733733
category=PendingDeprecationWarning,

0 commit comments

Comments
 (0)