We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbac56d commit 03ff942Copy full SHA for 03ff942
specs/gridspec.md
@@ -192,7 +192,7 @@ Type checking boiler plate
192
A `PlotlyRequestError` that prints a useful error message from the server:
193
1. Print `response.detail` if provided (Plotly error message)
194
2. Otherwise, print `response.body` if the response is plain-text
195
-3. Otherwise, print the original `requests.expceptions.HTTPError` error message.
+3. Otherwise, print the original `requests.exceptions.HTTPError` error message.
196
197
Also, store the status code.
198
0 commit comments