Show More
@@ -128,7 +128,7 b' def make_label_dec(label,ds=None):' | |||||
128 | True |
|
128 | True | |
129 | """ |
|
129 | """ | |
130 |
|
130 | |||
131 |
warnings.warn("T |
|
131 | warnings.warn("The function `make_label_dec` is deprecated and might be removed in next major version of IPython", DeprecationWarning) | |
132 | if isinstance(label, string_types): |
|
132 | if isinstance(label, string_types): | |
133 | labels = [label] |
|
133 | labels = [label] | |
134 | else: |
|
134 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now