mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
misc. comment typo (#1629)
This commit is contained in:
parent
ac6cb91a34
commit
21bf16f5b8
@ -128,7 +128,7 @@ def test_unique_deleter():
|
|||||||
o = m.MyObject4b(23)
|
o = m.MyObject4b(23)
|
||||||
assert o.value == 23
|
assert o.value == 23
|
||||||
cstats4a = ConstructorStats.get(m.MyObject4a)
|
cstats4a = ConstructorStats.get(m.MyObject4a)
|
||||||
assert cstats4a.alive() == 2 # Two becaue of previous test
|
assert cstats4a.alive() == 2 # Two because of previous test
|
||||||
cstats4b = ConstructorStats.get(m.MyObject4b)
|
cstats4b = ConstructorStats.get(m.MyObject4b)
|
||||||
assert cstats4b.alive() == 1
|
assert cstats4b.alive() == 1
|
||||||
del o
|
del o
|
||||||
|
Loading…
Reference in New Issue
Block a user