2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

Fix broken link

[SVN r16227]
This commit is contained in:
Dave Abrahams
2002-11-13 22:56:41 +00:00
parent bcf864fce3
commit 6b4dc2901d

View File

@@ -529,7 +529,7 @@ void add_property(char const* name, Get const& fget, Set const& fset);
naming rules</a>.</dt>
<dt><b>Effects:</b> Creates a new Python <a href=
"http://www.python.org/current/descrintro.html#property"><code>property</code></a>
"http://www.python.org/2.2.2/descrintro.html#property"><code>property</code></a>
class instance, passing <code><a href=
"object.html#object-spec-ctors">object</a>(fget)</code> (and <code><a
href="object.html#object-spec-ctors">object</a>(fset)</code> in the