Merge pull request #1038 from PyO3/davidhewitt-patch-5

Fix typo in comment
This commit is contained in:
David Hewitt 2020-07-13 22:52:16 +01:00 committed by GitHub
commit c15c1e6217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();