Skip to content

Commit cec2f3c

Browse files
committed
Fix typo. Fixes paulross#3
1 parent 0451b19 commit cec2f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/debugging/valgrind.rst

+1-1
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)