Skip to content

Commit 7ae479e

Browse files
style: pre-commit fixes
1 parent 168babe commit 7ae479e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/pybind11.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ inline bool apply_exception_translators(std::forward_list<ExceptionTranslator> &
6969
return false;
7070
}
7171

72-
constexpr const char* function_capsule_name = "pybind11_funciton_capsule_v1";
72+
constexpr const char *function_capsule_name = "pybind11_funciton_capsule_v1";
7373

7474
inline bool is_function_record_capsule(const capsule &cap) {
7575
// Compare the pointers, not the values to ensure that each extension is unique

0 commit comments

Comments
 (0)