8000 bpo-37759: Second round of edits to Whatsnew 3.8 by rhettinger · Pull Request #15204 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-37759: Second round of edits to Whatsnew 3.8 #15204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 12, 2019
Prev Previous commit
Next Next commit
Remove stray character
  • Loading branch information
rhettinger committed Aug 11, 2019
commit f9f511eca94884a61564fdd5308aa756de6f60bb
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ Other Language Changes
it possible to create a clone with a few altered parameters.

Here's an example that alters the :func:`statistics.mean` function to
prevent the *data* parameter from being used as a keyword argument::C
prevent the *data* parameter from being used as a keyword argument::

>>> from statistics import mean
>>> mean(data=[10, 20, 90])
Expand Down
0