pynguin icon indicating copy to clipboard operation
pynguin copied to clipboard

Small typo?

Open lephantriduc opened this issue 1 year ago • 0 comments
trafficstars

I think there is a small typo in the section "A more complex example" in Quickstart. Shouldn't the function be

def empty(self) -> bool:
        return self.size == 0

It is supposed to return True if the Queue is empty, isn't it? SCR-20240913-smlb Link

lephantriduc avatar Sep 13 '24 14:09 lephantriduc