aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/spec.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/spec.md b/doc/spec.md
index 49a7653..4fee3e0 100644
--- a/doc/spec.md
+++ b/doc/spec.md
@@ -3120,7 +3120,6 @@ See also: `chr`.
`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.
-Keyword arguments are preceded by their name.
Example: