##// END OF EJS Templates
Fix doc: "principle" not "principal"
John Zwinck -
Show More
@@ -143,7 +143,7 b' outer function, then there will not be a closure, and the generated function wil'
143 143 g2() # returns 5
144 144
145 145 `g1` and `g2` *will* be sendable with IPython, and will treat the engine's namespace as
146 globals(). The :meth:`pull` method is implemented based on this principal. If we did not
146 globals(). The :meth:`pull` method is implemented based on this principle. If we did not
147 147 provide pull, you could implement it yourself with `apply`, by simply returning objects out
148 148 of the global namespace:
149 149
General Comments 0
You need to be logged in to leave comments. Login now