Changeset 7

Show
Ignore:
Timestamp:
04/13/07 08:58:34 (2 years ago)
Author:
davison
Message:

Cosmetic changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/nrnpython/nrnpy_hoc.cpp

    r6 r7  
    337337        {"hoc_ac", hoc_ac, METH_VARARGS, "Get (or set) the scalar hoc_ac_." }, 
    338338        {"get",hoc_get,METH_VARARGS, 
    339          "get(str name) - Get hoc name and convert to a python data type"}, 
     339         "get(str name) - Get hoc name and convert to a python object"}, 
    340340        {"set",hoc_set,METH_VARARGS, 
    341          "set(str name, object) - Set hoc name to contain according to hoc type of name"}, 
     341         "set(str name, object) - Set hoc name to python object (conversion from python to hoc according to hoc type of name)"}, 
    342342        {NULL, NULL, 0, NULL} 
    343343};