Skip to content

Commit 13562f5

Browse files
committed
Align doc signature
1 parent 8ad1f8a commit 13562f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rerun_py/src/python_bridge.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,8 @@ fn send_blueprint(
13461346

13471347
/// Send all chunks from a [`PyRecording`] to the given recording stream.
13481348
///
1349-
/// ⚠️ This API is experimental and may change or be removed in future versions! ⚠️
1349+
/// .. warning::
1350+
/// ⚠️ This API is experimental and may change or be removed in future versions! ⚠️
13501351
#[pyfunction]
13511352
#[pyo3(signature = (rrd, recording = None))]
13521353
fn send_recording(rrd: &PyRecording, recording: Option<&PyRecordingStream>) {

0 commit comments

Comments
 (0)