Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-04-02 10:27:03 +02:00
parent b3f7622bc8
commit ae6f0492b4

View file

@ -75,8 +75,8 @@ def printinfo(text = '', end = '\n'):
''' '''
Checks whether a text ends with a specific text, but has more Checks whether a text ends with a specific text, but has more
@param text The text to test @param text:str The text to test
@param ending The desired end of the text @param ending:str The desired end of the text
@return :bool The result of the test @return :bool The result of the test
''' '''
def endswith(text, ending): def endswith(text, ending):