Skip to content

Commit 3f55f7c

Browse files
committed
Fix short underline in docs
1 parent bc8ac7d commit 3f55f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/pycpp/utilities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ expected in Python:
2424
.. _eval:
2525

2626
Capturing ``std::cout`` and ``std::cerr`` usage
27-
===========================================
27+
===============================================
2828

2929
Often, a library may use ``std::cout`` and ``std::cerr`` to print, but this does
3030
not play well with Python's standard ``sys.stdout`` and ``sys.stderr`` redirection.

0 commit comments

Comments
 (0)