Skip to content

Commit dc020b3

Browse files
authored
Fix typo
1 parent 0bfbe0e commit dc020b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/orca-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ In addition to the `executable` property, the `plotly.io.orca.config` object can
195195

196196
- **`server_url`**: The URL to an externally running instance of Orca. When this is set, plotly.py will not launch an orca server process and instead use the one provided.
197197
- **`port`**: The specific port to use to communicate with the orca server, or `None` if the port will be chosen automatically.
198-
- **`timeout`**: The number of seconds of inactivity required before the orca server is shut down. For example, if timeout is set to 20, then the orca server will shutdown once is has not been used for at least 20 seconds. If timeout is set to `None` (the defualt), then the server will not be automatically shut down due to inactivity.
198+
- **`timeout`**: The number of seconds of inactivity required before the orca server is shut down. For example, if timeout is set to 20, then the orca server will shutdown once is has not been used for at least 20 seconds. If timeout is set to `None` (the default), then the server will not be automatically shut down due to inactivity.
199199
- **`default_width`**: The default pixel width to use on image export.
200200
- **`default_height`**: The default pixel height to use on image export.
201201
- **`default_scale`**: The default image scale facor applied on image export.

0 commit comments

Comments
 (0)