changes to grammar/punctuation (#28356)

This commit is contained in:
Taiyue Tan
2019-03-22 04:41:33 +11:00
committed by The Coding Aviator
parent ebe9e8f66f
commit 5d0cea176f

View File

@ -5,7 +5,7 @@ title: Python Max Function
## Arguments
This function takes two or more numbers or any kind of iterable as an argument. While giving an iterable as an argument we must make sure that all the elements in the iterable are of the same type. This means that we cannot pass a list which has both string and integer values stored in it.
This function takes two or more numbers or any kind of iterable as an argument. While giving an iterable as an argument, we must make sure that all the elements in the iterable are of the same type. This means that we cannot pass a list which has both string and integer values stored in it.
<br>Syntax:
<br>_max(iterable, *iterables[,key, default])_
<br>_max(arg1, arg2, *args[, key])_