This commit is contained in:
Marcus Stollsteimer 2019-12-24 13:01:24 +01:00
Родитель 4ba9347554
Коммит 66e518f7b3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -502,7 +502,7 @@ it would not be treated as keywords:
If a method is called with keywords, but it is missing one
mandatory positional argument, the keywords are converted to
a hash and the hash used as the mandtory positional argument:
a hash and the hash used as the mandatory positional argument:
def my_method(hash, **keywords)
[hash, keywords]