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