Skip to content

Commit

Permalink
Fix doc comment for SN client rust binding (#8688)
Browse files Browse the repository at this point in the history
  • Loading branch information
zehiko authored Jan 14, 2025
1 parent c07eb6e commit 20b0b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rerun_py/src/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<PySchema> {
self.runtime.block_on(async {
let request = GetRecordingSchemaRequest {
Expand Down

0 comments on commit 20b0b11

Please sign in to comment.