File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ Footnotes
578578This document was reviewed and revised by John Lee.
579579
580580.. [# ] Google for example.
581- .. [# ] Browser sniffing is a very bad practise for website design - building
581+ .. [# ] Browser sniffing is a very bad practice for website design - building
582582 sites using web standards is much more sensible. Unfortunately a lot of
583583 sites still send different versions to different browsers.
584584 .. [# ] The user agent for MSIE 6 is
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ when the ``from...import`` statement is executed. (This also works when
501501``__all__ `` is defined.)
502502
503503Although certain modules are designed to export only names that follow certain
504- patterns when you use ``import * ``, it is still considered bad practise in
504+ patterns when you use ``import * ``, it is still considered bad practice in
505505production code.
506506
507507Remember, there is nothing wrong with using ``from Package import
You can’t perform that action at this time.
0 commit comments