diff --git a/spec.md b/spec.md index b99b3c6..37c5189 100644 --- a/spec.md +++ b/spec.md @@ -3495,7 +3495,7 @@ min("two", "three", "four", key=len) # "two", the shortest `print(*args, sep=" ")` prints its arguments, followed by a newline. Arguments are formatted as if by `str(x)` and separated with a space, -unless an alternative separator is specified by a `sep` named argument. +unless an alternative separator is specified by a `sep` string named argument. Example: