Skip to content

Commit c92a1ee

Browse files
committed
small updates to deprecation warning text
1 parent ef5f520 commit c92a1ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: plotly/io/_kaleido.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818
Please upgrade Kaleido to version 1.0.0 or greater (`pip install --upgrade --pre kaleido` or `pip install plotly[kaleido]`).
1919
"""
2020
ORCA_DEPRECATION_MSG = f"""
21-
Support for the orca engine is deprecated and will be removed after {ENGINE_SUPPORT_TIMELINE}.
21+
Support for the Orca engine is deprecated and will be removed after {ENGINE_SUPPORT_TIMELINE}.
2222
Please install Kaleido (`pip install --upgrade --pre kaleido` or `pip install plotly[kaleido]`) to use the Kaleido engine.
2323
"""
2424
ENGINE_PARAM_DEPRECATION_MSG = f"""
2525
Support for the 'engine' argument is deprecated and will be removed after {ENGINE_SUPPORT_TIMELINE}.
2626
Kaleido will be the only supported engine at that time.
27-
Please install Kaleido (`pip install --upgrade --pre kaleido` or `pip install plotly[kaleido]`) to use the Kaleido engine.
2827
"""
2928

3029
_KALEIDO_AVAILABLE = None

0 commit comments

Comments
 (0)