Skip to content

Commit 9c6589d

Browse files
authored
Fix typo in valgrind docs
Refs paulross#3.
1 parent 0b5768c commit 9c6589d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/debugging/valgrind.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ In the ``<Python source>/Misc`` directory there is a ``valgrind-python.supp`` fi
113113
cp <Python source>/Misc/valgrind-python.supp ~/valgrind-python.supp
114114
vi ~/valgrind-python.supp
115115
116-
Uncomment ``PyObject_Free`` and ``PyObject_Realloc`` in the valgring suppression file.
116+
Uncomment ``PyObject_Free`` and ``PyObject_Realloc`` in the valgrind suppression file.
117117
118118
Invoking the Python interpreter with Valgrind:
119119

0 commit comments

Comments
 (0)