Fix indentation

This commit is contained in:
Berker Peksag 2017-01-24 17:38:14 +03:00 committed by GitHub
parent c275cd56a7
commit e511fb5c14
1 changed files with 1 additions and 1 deletions

View File

@ -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