Update eval.h (#3344)

typo correction

pybind11/exec.h → pybind11/eval.h
This commit is contained in:
NaDDu
2021-10-10 00:38:34 +09:00
committed by GitHub
parent f4c81e0877
commit 750e38dcfd

View File

@@ -1,5 +1,5 @@
/*
pybind11/exec.h: Support for evaluating Python expressions and statements
pybind11/eval.h: Support for evaluating Python expressions and statements
from strings and files
Copyright (c) 2016 Klemens Morgenstern <klemens.morgenstern@ed-chemnitz.de> and