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 f383585 commit c3a1db8Copy full SHA for c3a1db8
1 file changed
graphics/interactive_3d_renderer.py
@@ -315,8 +315,8 @@ class GraphicsWindow:
315
Examples:
316
>>> import os
317
>>> if os.environ.get("DISPLAY") or os.name == "nt":
318
- ... win = GraphicsWindow(width=200, height=100)
319
- ... isinstance(win, GraphicsWindow)
+ ... win = GraphicsWindow(width=200, height=100) # doctest: +SKIP
+ ... isinstance(win, GraphicsWindow) # doctest: +SKIP
320
True
321
322
Interactive controls:
0 commit comments