Skip to content

Commit 93af275

Browse files
committed
lint
1 parent 295d4e5 commit 93af275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

candle-core/src/pickle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ impl PthTensors {
792792
/// # Arguments
793793
/// * `path` - Path to the pth file.
794794
/// * `key` - Optional key to retrieve `state_dict` from the pth file. Sometimes the pth file
795-
/// contains multiple objects and the `state_dict` is the one we are interested in.
795+
/// contains multiple objects and the `state_dict` is the one we are interested in.
796796
pub fn read_all_with_key<P: AsRef<std::path::Path>>(
797797
path: P,
798798
key: Option<&str>,

0 commit comments

Comments
 (0)