##// END OF EJS Templates
Fix typos
Andrew Kreimer -
Show More
@@ -347,7 +347,7 def num_ini_spaces(strng):
347 """Return the number of initial spaces in a string"""
347 """Return the number of initial spaces in a string"""
348 warnings.warn(
348 warnings.warn(
349 "`num_ini_spaces` is Pending Deprecation since IPython 8.17."
349 "`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. "
351 "Please open an issue if you believe it should be kept.",
351 "Please open an issue if you believe it should be kept.",
352 stacklevel=2,
352 stacklevel=2,
353 category=PendingDeprecationWarning,
353 category=PendingDeprecationWarning,
@@ -408,7 +408,7 def wrap_paragraphs(text, ncols=80):
408 """
408 """
409 warnings.warn(
409 warnings.warn(
410 "`wrap_paragraphs` is Pending Deprecation since IPython 8.17."
410 "`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. "
412 "Please open an issue if you believe it should be kept.",
412 "Please open an issue if you believe it should be kept.",
413 stacklevel=2,
413 stacklevel=2,
414 category=PendingDeprecationWarning,
414 category=PendingDeprecationWarning,
@@ -489,7 +489,7 def strip_ansi(source):
489 """
489 """
490 warnings.warn(
490 warnings.warn(
491 "`strip_ansi` is Pending Deprecation since IPython 8.17."
491 "`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. "
493 "Please open an issue if you believe it should be kept.",
493 "Please open an issue if you believe it should be kept.",
494 stacklevel=2,
494 stacklevel=2,
495 category=PendingDeprecationWarning,
495 category=PendingDeprecationWarning,
@@ -727,7 +727,7 def compute_item_matrix(
727 """
727 """
728 warnings.warn(
728 warnings.warn(
729 "`compute_item_matrix` is Pending Deprecation since IPython 8.17."
729 "`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. "
731 "Please open an issue if you believe it should be kept.",
731 "Please open an issue if you believe it should be kept.",
732 stacklevel=2,
732 stacklevel=2,
733 category=PendingDeprecationWarning,
733 category=PendingDeprecationWarning,
General Comments 0
You need to be logged in to leave comments. Login now