Revert "Minor doc improvement (GH-10341)" (GH-12597)

This reverts commit dfd775a0b1.
This commit is contained in:
Raymond Hettinger 2019-03-27 21:03:02 -07:00 committed by GitHub
parent b95a79c928
commit fb28fcc925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -971,7 +971,7 @@ function:
>>> getattr(p, 'x')
11
To convert a dictionary to a named tuple, use the ``**`` operator
To convert a dictionary to a named tuple, use the double-star-operator
(as described in :ref:`tut-unpacking-arguments`):
>>> d = {'x': 11, 'y': 22}