Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30162be

Browse files
committed
merge with 3.2
2 parents a74b3aa + 300a691 commit 30162be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/faq/programming.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,9 +794,9 @@ My program is too slow. How do I speed it up?
794794
That's a tough one, in general. First, here are a list of things to
795795
remember before diving further:
796796

797-
* Performance characteristics vary accross Python implementations. This FAQ
797+
* Performance characteristics vary across Python implementations. This FAQ
798798
focusses on :term:`CPython`.
799-
* Behaviour can vary accross operating systems, especially when talking about
799+
* Behaviour can vary across operating systems, especially when talking about
800800
I/O or multi-threading.
801801
* You should always find the hot spots in your program *before* attempting to
802802
optimize any code (see the :mod:`profile` module).

0 commit comments

Comments
 (0)