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

Remove extra ) from prior commit

[SVN r41355]
This commit is contained in:
Beman Dawes
2007-11-25 13:56:09 +00:00
parent 26f77691ee
commit 8cd4ff8950

View File

@@ -29,7 +29,6 @@ object getattr(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(ke
template <class Target, class Key, class Default>
object getattr(Target const& target, Key const& key, Default const& default_ BOOST_PYTHON_NO_ARRAY_ARG(key))
)
{
return getattr(object(target), object(key), object(default_));
}