File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ jobs:
667667
668668
669669 # This verifies that the documentation is not horribly broken, and does a
670- # basic sanity check on the SDist.
670+ # basic validation check on the SDist.
671671 doxygen :
672672 name : " Documentation build test"
673673 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ buffer objects (e.g. a NumPy matrix).
8787 /* Request a buffer descriptor from Python */
8888 py::buffer_info info = b.request();
8989
90- /* Some sanity checks ... */
90+ /* Some basic validation checks ... */
9191 if (info.format != py::format_descriptor<Scalar>::format())
9292 throw std::runtime_error("Incompatible format: expected a double array!");
9393
You can’t perform that action at this time.
0 commit comments