summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/differences/python_36.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/differences/python_36.rst b/docs/differences/python_36.rst
index dec8c5943..edf6bef02 100644
--- a/docs/differences/python_36.rst
+++ b/docs/differences/python_36.rst
@@ -78,7 +78,7 @@ Changes to built-in modules:
+--------------------------------------------------------------------------------------------------------------+----------------+
| `binascii <https://docs.python.org/3.6/whatsnew/3.6.html#binascii>`_ | |
+--------------------------------------------------------------------------------------------------------------+----------------+
- | The b2a_base64() function now accepts an optional newline keyword argument to control whether the newline | |
+ | The b2a_base64() function now accepts an optional newline keyword argument to control whether the newline | Completed |
| character is appended to the return value | |
+--------------------------------------------------------------------------------------------------------------+----------------+
| `cmath <https://docs.python.org/3.6/whatsnew/3.6.html#cmath>`_ | |