Skip to content

Commit 8e97d7b

Browse files
committed
Fix PyStorage doc.
1 parent c6c049e commit 8e97d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use pyo3::prelude::*;
1010

1111
use crate::EmbeddingsWrap;
1212

13-
/// finalfusion vocab.
13+
/// finalfusion storage.
1414
#[pyclass(name=Storage)]
1515
pub struct PyStorage {
1616
embeddings: Rc<RefCell<EmbeddingsWrap>>,

0 commit comments

Comments
 (0)