diff --git a/src/gil.rs b/src/gil.rs index 6e555a25..eceeff8b 100644 --- a/src/gil.rs +++ b/src/gil.rs @@ -538,7 +538,7 @@ mod test { #[test] fn test_allow_threads() { - // allow_threads should temporarily release GIL in Py03's internal tracking too. + // allow_threads should temporarily release GIL in PyO3's internal tracking too. let gil = Python::acquire_gil(); let py = gil.python();