Show
Ignore:
Timestamp:
01/31/10 18:56:09 (2 years ago)
Author:
dmitrey
Message:

minor doc update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PythonPackages/OpenOpt/openopt/doc/lpToMPS.py

    r408 r412  
    2424# then '.mps' will be appended 
    2525success = p.exportToMPS('asdf')  
    26 # success is False if a error occured (read-only file syste, no write access, etc) 
     26# success is False if a error occurred (read-only file system, no write access, etc) 
    2727# elseware success is True 
    2828