We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0451b19 commit cec2f3cCopy full SHA for cec2f3c
doc/sphinx/source/debugging/valgrind.rst
@@ -113,7 +113,7 @@ In the ``<Python source>/Misc`` directory there is a ``valgrind-python.supp`` fi
113
cp <Python source>/Misc/valgrind-python.supp ~/valgrind-python.supp
114
vi ~/valgrind-python.supp
115
116
-Uncomment ``PyObject_Free`` and ``PyObject_Realloc`` in the valgring suppression file.
+Uncomment ``PyObject_Free`` and ``PyObject_Realloc`` in the valgrind suppression file.
117
118
Invoking the Python interpreter with Valgrind:
119
0 commit comments