diff -r 07d8272d61e7 -r 21b8dab80c6e Doc/howto/urllib2.rst --- a/Doc/howto/urllib2.rst Mon Nov 28 12:06:13 2016 +0100 +++ b/Doc/howto/urllib2.rst Mon Nov 28 14:49:30 2016 +0100 @@ -578,7 +578,7 @@ This document was reviewed and revised by John Lee. .. [#] Google for example. -.. [#] Browser sniffing is a very bad practise for website design - building +.. [#] Browser sniffing is a very bad practice for website design - building sites using web standards is much more sensible. Unfortunately a lot of sites still send different versions to different browsers. .. [#] The user agent for MSIE 6 is @@ -592,4 +592,3 @@ the proxy. .. [#] urllib opener for SSL proxy (CONNECT method): `ASPN Cookbook Recipe `_. - diff -r 07d8272d61e7 -r 21b8dab80c6e Doc/tutorial/modules.rst --- a/Doc/tutorial/modules.rst Mon Nov 28 12:06:13 2016 +0100 +++ b/Doc/tutorial/modules.rst Mon Nov 28 14:49:30 2016 +0100 @@ -501,7 +501,7 @@ ``__all__`` is defined.) Although certain modules are designed to export only names that follow certain -patterns when you use ``import *``, it is still considered bad practise in +patterns when you use ``import *``, it is still considered bad practice in production code. Remember, there is nothing wrong with using ``from Package import