Skip to content

Commit b0375f5

Browse files
authored
Edited a typo
1 parent 2a9aafd commit b0375f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/v4-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Prior to version 4, when plotly.py was passed a `datetime` that included a timez
270270

271271
<!-- #region -->
272272
### Headless image export on Linux with Xvfb.
273-
In version 4, the static image export logic attempts to automatically detect whether to call the orca image export utility using Xvfb. Xvfb is needed for orca to work in a Linux environment if an X11 display server is not available. By default, Xvfb us used if plotly.py is running on Linux if no X11 display server is detected and `Xvfb` is available on the system `PATH`.
273+
In version 4, the static image export logic attempts to automatically detect whether to call the orca image export utility using Xvfb. Xvfb is needed for orca to work in a Linux environment if an X11 display server is not available. By default, Xvfb is used on Linux if no X11 display server is detected and `Xvfb` is available on the system `PATH`.
274274

275275
This new behavior can be disabled by setting the `use_xvfb` orca configuration option to `False` as follows:
276276

0 commit comments

Comments
 (0)