Skip to content

Commit 6a70d70

Browse files
committed
module_from_name -> module_by_name
1 parent 4c9672e commit 6a70d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl PyProcess {
6060
.collect())
6161
}
6262

63-
fn module_from_name(&mut self, name: &str) -> PyResult<PyModuleInfo> {
63+
fn module_by_name(&mut self, name: &str) -> PyResult<PyModuleInfo> {
6464
Ok(self
6565
.0
6666
.module_by_name(name)

0 commit comments

Comments
 (0)