mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +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
@@ -13,7 +13,7 @@
|
||||
#include <cmath>
|
||||
|
||||
// Classes for testing python construction via C++ factory function:
|
||||
// Not publically constructible, copyable, or movable:
|
||||
// Not publicly constructible, copyable, or movable:
|
||||
class TestFactory1 {
|
||||
friend class TestFactoryHelper;
|
||||
TestFactory1() : value("(empty)") { print_default_created(this); }
|
||||
|
||||
Reference in New Issue
Block a user