commit | 60203b41b03d03361754d264543d5fbe6259eb25 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Oct 06 10:11:56 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Oct 06 10:11:56 2010 +0000 |
tree | 005d0d6be6437244ae360ebc0d65fa7b149a8093 | |
parent | 64a41edb039afee683d69bd6f72e3709ff11bd93 [diff] [blame] |
Migrate to Sphinx 1.0 C language constructs.
diff --git a/Doc/library/msvcrt.rst b/Doc/library/msvcrt.rst index 7636b6f..889a0c5 100644 --- a/Doc/library/msvcrt.rst +++ b/Doc/library/msvcrt.rst
@@ -143,5 +143,5 @@ .. function:: heapmin() - Force the :cfunc:`malloc` heap to clean itself up and return unused blocks to + Force the :c:func:`malloc` heap to clean itself up and return unused blocks to the operating system. On failure, this raises :exc:`IOError`.