Zachary Ware added the comment:

How about a combination of the two?  It's still short, but gets the point 
across without assuming the reader knows exactly what 'keyword-only argument' 
or requiring further reading, while introducing the term and providing the link 
for deeper understanding.

(Here's the relevant change in this patch, the rest is the same:)

+      :meth:`sort` accepts two arguments that must be passed by keyword
+      (:ref:`keyword-only arguments <keyword-only_parameter>`):

----------
Added file: http://bugs.python.org/file31440/issue18326.v3.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to