Skip to content

Commit 253d49a

Browse files
JonTriebenbachhenryiii
authored andcommitted
Remove idioms in code comments (pybind#3809)
1 parent bc62ec4 commit 253d49a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ jobs:
687687

688688

689689
# This verifies that the documentation is not horribly broken, and does a
690-
# basic sanity check on the SDist.
690+
# basic validation check on the SDist.
691691
doxygen:
692692
name: "Documentation build test"
693693
runs-on: ubuntu-latest

docs/advanced/pycpp/numpy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)