edualgo/eduAlgo

Doc string in is_empty has issue in stack.py

Closed this issue · 1 comments

  • is_empty will return true if data is empty
  • I have to change the doc string from Returns boolean False if data is empty or True to Returns boolean False if the data is not empty else True

I sent a pull request #20 to fix this documentation issue.