diff docs/src/pymonkey.txt @ 164:3fadba042201

Minor rewording in docs.
author Atul Varma <varmaa@toolness.com>
date Sun, 30 Aug 2009 17:07:38 -0700
parents 4edaa0e6f382
children b745c9d8eef9
line wrap: on
line diff
--- a/docs/src/pymonkey.txt	Sun Aug 30 17:00:33 2009 -0700
+++ b/docs/src/pymonkey.txt	Sun Aug 30 17:07:38 2009 -0700
@@ -46,8 +46,8 @@
      True
 
    Note that :class:`Object` and all its subclasses are
-   identity-preserving when passed between Python-land and
-   JS-land. For instance:
+   identity-preserving when passed between Python and
+   JavaScript code. For instance:
 
      >>> cx = pymonkey.Runtime().new_context()
      >>> obj1 = cx.new_object()