Mercurial > pymonkey
diff docs/rendered/_sources/pymonkey.txt @ 80:4945e4073110
Fixed typos in docs.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 07 Aug 2009 18:59:10 -0700 |
parents | 228a56e7e793 |
children | e9f450d30c0e |
line wrap: on
line diff
--- a/docs/rendered/_sources/pymonkey.txt Fri Aug 07 18:56:32 2009 -0700 +++ b/docs/rendered/_sources/pymonkey.txt Fri Aug 07 18:59:10 2009 -0700 @@ -69,11 +69,11 @@ Creates a new :class:`Object` instance and returns it. ``private_obj`` is any Python object that is privately stored within the new JS object; it can be retrieved using - :func:`.get_object_private()`. + :meth:`get_object_private()`. .. method:: get_object_private(object) - Returns the ``private_obj`` passed to :func:`.new_object()` + Returns the ``private_obj`` passed to :meth:`new_object()` when `object` was first created. If it doesn't exist, ``None`` is returned.