Skip to content

Commit

Permalink
typo fixed - BUT I believe this file is in the wrong spot because it …
Browse files Browse the repository at this point in the history
…tries to pick up .so files from the local dir when they should be picked up from the installed-to dir
  • Loading branch information
jutke committed May 21, 2014
1 parent adfabab commit 6b894b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_more.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def pycppad_test_mixed_element_types():
ok = False;
if not ok :
print 'usage: python test_more.py with_debugging'
print ' where with_debugging is either True or Flase'
print ' where with_debugging is either True or False'
sys.exit(1)
#
number_ok = 0
Expand Down

0 comments on commit 6b894b1

Please sign in to comment.