diff --git a/rerun_py/src/remote.rs b/rerun_py/src/remote.rs index b7aa30b30d1a..a19d779787b0 100644 --- a/rerun_py/src/remote.rs +++ b/rerun_py/src/remote.rs @@ -259,12 +259,12 @@ impl PyStorageNodeClient { /// Parameters /// ---------- /// id : str - /// The id of the recording to get the schema for. + /// The id of the recording to get the schema for. /// /// Returns /// ------- /// Schema - /// The schema of the recording. + /// The schema of the recording. fn get_recording_schema(&mut self, id: String) -> PyResult { self.runtime.block_on(async { let request = GetRecordingSchemaRequest {