From 6866dfcc23c107452ce652187de23abe01e1f63c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Anna=20B=C3=B8gevang=20Ekner?= <s193396@dtu.dk>
Date: Tue, 4 Feb 2025 14:46:36 +0100
Subject: [PATCH] small documentation fix

---
 qim3d/generate/_aggregators.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qim3d/generate/_aggregators.py b/qim3d/generate/_aggregators.py
index c1d834c6..4d26177b 100644
--- a/qim3d/generate/_aggregators.py
+++ b/qim3d/generate/_aggregators.py
@@ -197,7 +197,7 @@ def noise_object_collection(
         <iframe src="https://platform.qim.dk/k3d/synthetic_collection_default.html" width="100%" height="500" frameborder="0"></iframe>
 
         ```python
-        qim3d.viz.slicer(synthetic_collection)
+        qim3d.viz.slicer(vol)
         ```
         ![synthetic_collection](../../assets/screenshots/synthetic_collection_default.gif)
 
-- 
GitLab