]> granicus.if.org Git - python/commitdiff
Issue #28820: Fix spelling of “practice” as a noun
authorMartin Panter <vadmium+py@gmail.com>
Sat, 10 Dec 2016 05:12:56 +0000 (05:12 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 10 Dec 2016 05:12:56 +0000 (05:12 +0000)
Doc/howto/urllib2.rst
Doc/tutorial/modules.rst

index 712b4b76238dd078c0994c27bc7dc0db6fd64fab..18b5c6556be1c96452d59a0b4c262abb8714b730 100644 (file)
@@ -578,7 +578,7 @@ Footnotes
 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
index 35db305d9e1ebb355b6861bf0b9186749c07d3b2..1e3d5c01a47adf5905255688d8ef3121d0fa7f0a 100644 (file)
@@ -501,7 +501,7 @@ when the ``from...import`` statement is executed.  (This also works when
 ``__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