Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Jan 29, 2024
1 parent 62ab98f commit d75893e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compas_notebook/viewer/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class Viewer:
>>> from compas_notebook.viewer import Viewer
>>> mesh = Mesh.from_obj(compas.get('tubemesh.obj'))
>>> viewer = Viewer()
>>> viewer.scene.add(mesh)
>>> viewer.display()
>>> viewer.scene.add(mesh) # doctest: +SKIP
>>> viewer.display() # doctest: +SKIP
"""

Expand Down

0 comments on commit d75893e

Please sign in to comment.