Fixed typo on line 12 (#31800)

Added colon before a list of description
This commit is contained in:
tachoni
2019-03-05 03:20:35 +03:00
committed by Randell Dawson
parent 1c272a05cd
commit ee0b83d876

View File

@ -9,7 +9,7 @@ list.sort(key=…, reverse=[True/False])
### Parameters
There are two optional parameters to this method
There are two optional parameters to this method:
<br><br>
<i>key</i> - The input value for the key parameter should be a function that takes a single argument and returns a value used for comparisons to sort the items in the list.
<br><br>