diff --git a/qim3d/io/_ome_zarr.py b/qim3d/io/_ome_zarr.py
index 983aab0174de9efd110b1d8eff5010f3bb2e7d54..f1ccd04c17e75786adc599dae75d3d476d52e503 100644
--- a/qim3d/io/_ome_zarr.py
+++ b/qim3d/io/_ome_zarr.py
@@ -220,6 +220,9 @@ def export_ome_zarr(
 
         qim3d.io.export_ome_zarr("Escargot.zarr", data, chunk_size=100, downsample_rate=2)
         ```
+
+    Returns:
+        None (None): This function writes the OME-Zarr data to the specified directory and does not return any value.
     """
 
     # Check if directory exists