mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
misc. typos
Found via `codespell`
This commit is contained in:
committed by
Jason Rhinelander
parent
507da4181d
commit
28cb6764fc
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "pybind11_tests.h"
|
||||
|
||||
// A type that should be raised as an exeption in Python
|
||||
// A type that should be raised as an exception in Python
|
||||
class MyException : public std::exception {
|
||||
public:
|
||||
explicit MyException(const char * m) : message{m} {}
|
||||
|
||||
Reference in New Issue
Block a user