Skip to content

Commit 8b1944d

Browse files
Remove idioms in code comments (#3809)
1 parent a7e7a6e commit 8b1944d

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
@@ -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

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)