From 419909bf52eb76c6a9602d47941d2c56d2f485a2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 07:23:31 +0000 Subject: *** no comment *** --- src/py_amount.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/py_amount.cc b/src/py_amount.cc index 88e2c993..6f85f44d 100644 --- a/src/py_amount.cc +++ b/src/py_amount.cc @@ -139,7 +139,7 @@ void export_amount() .def(init()) .def(init()) - .def("exact", &amount_t::exact, args("value"), + .def("exact", &amount_t::exact, arg("value"), "Construct an amount object whose display precision is always equal to its\n\ internal precision.") .staticmethod("exact") -- cgit v1.2.3