mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-14 02:03:34 +00:00
Trivial typos
Non-user facing. Found using `codespell -q 3`
This commit is contained in:
committed by
Jason Rhinelander
parent
5c7a290d37
commit
0b3f44ebdf
@@ -227,7 +227,7 @@ def test_dispatch_issue(msg):
|
||||
|
||||
|
||||
def test_override_ref():
|
||||
"""#392/397: overridding reference-returning functions"""
|
||||
"""#392/397: overriding reference-returning functions"""
|
||||
o = m.OverrideTest("asdf")
|
||||
|
||||
# Not allowed (see associated .cpp comment)
|
||||
|
||||
Reference in New Issue
Block a user