changeset: 75647:0092ab03fdd5 branch: 3.2 parent: 75630:d0bf40ff20ef user: Georg Brandl date: Wed Mar 14 22:40:08 2012 +0100 files: Doc/faq/programming.rst description: Closes #14305: fix typo. diff -r d0bf40ff20ef -r 0092ab03fdd5 Doc/faq/programming.rst --- a/Doc/faq/programming.rst Wed Mar 14 14:05:03 2012 -0400 +++ b/Doc/faq/programming.rst Wed Mar 14 22:40:08 2012 +0100 @@ -794,9 +794,9 @@ That's a tough one, in general. First, here are a list of things to remember before diving further: -* Performance characteristics vary accross Python implementations. This FAQ +* Performance characteristics vary across Python implementations. This FAQ focusses on :term:`CPython`. -* Behaviour can vary accross operating systems, especially when talking about +* Behaviour can vary across operating systems, especially when talking about I/O or multi-threading. * You should always find the hot spots in your program *before* attempting to optimize any code (see the :mod:`profile` module).

AltStyle によって変換されたページ (->オリジナル) /