From c44249f32cdc10cd13bc4de59f2a5b79aa22f69c Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 24 May 2011 23:55:35 +0000 Subject: [PATCH] Add link to PEP 3107. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12714 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Python.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index 13b20d953..07f9e87d7 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -5305,7 +5305,8 @@ all overloaded functions share the same function in SWIG generated proxy class.

-For detailed usage of function annotation, see PEP 3107. +For detailed usage of function annotation, see +PEP 3107.

33.12.2 Buffer interface