mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
misc. typos
Found via `codespell`
This commit is contained in:
committed by
Jason Rhinelander
parent
507da4181d
commit
28cb6764fc
@@ -98,7 +98,7 @@ def test_nested():
|
||||
|
||||
del c
|
||||
pytest.gc_collect()
|
||||
del a # Should't delete while abase is still alive
|
||||
del a # Shouldn't delete while abase is still alive
|
||||
pytest.gc_collect()
|
||||
|
||||
assert abase.value == 42
|
||||
|
||||
Reference in New Issue
Block a user