Skip to content

Commit a561d02

Browse files
JonTriebenbachrwgk
authored andcommitted
Remove idioms in code comments (#3809)
1 parent a27b023 commit a561d02

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
@@ -668,7 +668,7 @@ jobs:
668668

669669

670670
# This verifies that the documentation is not horribly broken, and does a
671-
# basic sanity check on the SDist.
671+
# basic validation check on the SDist.
672672
doxygen:
673673
name: "Documentation build test"
674674
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)