Fix indentation
This commit is contained in:
parent
c275cd56a7
commit
e511fb5c14
|
@ -53,7 +53,7 @@ change is to allow regular arguments to appear after a varargs
|
|||
argument::
|
||||
|
||||
def sortwords(*wordlist, case_sensitive=False):
|
||||
...
|
||||
...
|
||||
|
||||
This function accepts any number of positional arguments, and it
|
||||
also accepts a keyword option called 'case_sensitive'. This
|
||||
|
|
Loading…
Reference in New Issue