------------------------------------------------------------ revno: 3711 committer: Jerome Duriez <[email protected]> timestamp: Fri 2013-09-27 14:11:28 +0200 message: Typo and redundancies corrected in doc of Functor.label modified: core/Functor.hpp
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'core/Functor.hpp' --- core/Functor.hpp 2013-04-23 14:07:34 +0000 +++ core/Functor.hpp 2013-09-27 12:11:28 +0000 @@ -25,7 +25,7 @@ Scene* scene; virtual ~Functor(); // defined in Dispatcher.cpp YADE_CLASS_BASE_DOC_ATTRS_CTOR_PY(Functor,Serializable,"Function-like object that is called by Dispatcher, if types of arguments match those the Functor declares to accept.", - ((string,label,,,"Textual label for this object; must be valid python identifier, you can refer to it directly fron python (must be a valid python identifier).")), + ((string,label,,,"Textual label for this object; must be a valid python identifier, you can refer to it directly from python.")), /*ctor*/ #ifdef USE_TIMING_DELTAS timingDeltas=shared_ptr<TimingDeltas>(new TimingDeltas);
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

