From 66c97f807bf163305216033087ab131c61c251ef Mon Sep 17 00:00:00 2001 From: venkatesh paithireddy Date: Sat, 11 Nov 2023 17:23:57 +0530 Subject: [PATCH] Update viz-scans-accum.rst typo in function "update" --- docs/python/viz/viz-scans-accum.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/viz/viz-scans-accum.rst b/docs/python/viz/viz-scans-accum.rst index 82e05cc7..f0f5d51a 100644 --- a/docs/python/viz/viz-scans-accum.rst +++ b/docs/python/viz/viz-scans-accum.rst @@ -159,7 +159,7 @@ Alternatively with a ``PointViz`` it can be used as a canvas to draw the final s scans_acc.update(scan) scans_acc.draw(update=True) - point_viz.upadte() + point_viz.update() point_viz.run()