[Python-checkins] peps: PEP 445: fix typo

victor.stinner python-checkins at python.org
Sat Jun 15 04:25:53 CEST 2013


http://hg.python.org/peps/rev/2b7d3c9206b5
changeset:   4926:2b7d3c9206b5
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sat Jun 15 04:25:42 2013 +0200
summary:
  PEP 445: fix typo

files:
  pep-0445.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0445.txt b/pep-0445.txt
--- a/pep-0445.txt
+++ b/pep-0445.txt
@@ -95,7 +95,7 @@
 * ``PyObject_GetAllocators()``
 * ``PyMem_SetRawAllocators(allocators)``
 * ``PyMem_SetAllocators(allocators)``
-, ``PyObject_SetAllocators(allocators)``
+* ``PyObject_SetAllocators(allocators)``
 
 with 2 functions with an additional *domain* argument:
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list