Closes #20253: Merge typo fix

This commit is contained in:
Zachary Ware 2014-01-14 09:10:33 -06:00
commit 5c15424aa9
2 changed files with 5 additions and 2 deletions

View File

@ -475,6 +475,9 @@ Build
Documentation
-------------
- Issue #20253: Fixed a typo in the ipaddress docs that advertised an
illegal attribute name. Found by INADA Naoki.
- Issue #18840: Introduce the json module in the tutorial, and deemphasize
the pickle module.