We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef355d6 + d074135 commit 40d68f4Copy full SHA for 40d68f4
README.md
@@ -269,7 +269,7 @@ use std::io::Read;
269
Then we can add a new function:
270
271
```rust
272
-/// Give are gistration list and check if name is in it
+/// Give a registration list and check if name is in it
273
#[pyfunction]
274
fn check_reg(filename: String, name: String) -> PyResult<String> {
275
let mut file = File::open(filename).expect("File not exist");
0 commit comments