Skip to content

Commit a52b567

Browse files
committed
Issue #28820: Fix spelling of “practice” as a noun
1 parent 13cc679 commit a52b567

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/howto/urllib2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ This document was reviewed and revised by John Lee.
567567
.. [#] For an introduction to the CGI protocol see
568568
`Writing Web Applications in Python <http://www.pyzine.com/Issue008/Section_Articles/article_CGIOne.html>`_.
569569
.. [#] Google for example.
570-
.. [#] Browser sniffing is a very bad practise for website design - building
570+
.. [#] Browser sniffing is a very bad practice for website design - building
571571
sites using web standards is much more sensible. Unfortunately a lot of
572572
sites still send different versions to different browsers.
573573
.. [#] The user agent for MSIE 6 is

Doc/tutorial/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ when the ``from...import`` statement is executed. (This also works when
496496
``__all__`` is defined.)
497497

498498
Although certain modules are designed to export only names that follow certain
499-
patterns when you use ``import *``, it is still considered bad practise in
499+
patterns when you use ``import *``, it is still considered bad practice in
500500
production code.
501501

502502
Remember, there is nothing wrong with using ``from Package import

Mac/Modules/cg/CFMLateImport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ static OSStatus RunRelocationEngine(const FragToFixInfo *fragToFix,
894894
MoreAssertQ(fragToFix->sectionHeaders != nil);
895895
MoreAssertQ(fragToFix->loaderSection != nil);
896896
MoreAssertQ(fragToFix->section0Base != nil); // Technically, having a nil for these two is not a problem, ...
897-
MoreAssertQ(fragToFix->section1Base != nil); // but in practise it a wildly deviant case and we should know about it.
897+
MoreAssertQ(fragToFix->section1Base != nil); // but in practice it a wildly deviant case and we should know about it.
898898
MoreAssertQ(importLibrary != nil);
899899
MoreAssertQ(lookup != nil);
900900

0 commit comments

Comments
 (0)