Skip to content
  • Kipp Cannon's avatar
    param: fix doctest · 30525cfd
    Kipp Cannon authored
    - doctest replaces sys.stdout, can't use Param.write()'s default, need to pass "sys.stdout" explicitly because it will have been turned into doctest's version
    30525cfd