Skip to content

Commit 48934e4

Browse files
committed
Linting fix
1 parent ff2ad09 commit 48934e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/pybind11/iostream.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,12 @@ class scoped_ostream_redirect {
116116
Scoped ostream output redirect with cerr defaults
117117
118118
This class is provided primary to make call_guards easier to make.
119-
119+
120120
.. code_block:: cpp
121121
122-
m.def("noisy_func", &noisy_func, py::call_guard<scoped_ostream_redirect,
123-
scoped_estream_redirect>());
122+
m.def("noisy_func", &noisy_func,
123+
py::call_guard<scoped_ostream_redirect,
124+
scoped_estream_redirect>());
124125
125126
\endrst */
126127
class scoped_estream_redirect : public scoped_ostream_redirect {

0 commit comments

Comments
 (0)