Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a74b3aa + 300a691 commit 30162beCopy full SHA for 30162be
1 file changed
Doc/faq/programming.rst
@@ -794,9 +794,9 @@ My program is too slow. How do I speed it up?
794
That's a tough one, in general. First, here are a list of things to
795
remember before diving further:
796
797
-* Performance characteristics vary accross Python implementations. This FAQ
+* Performance characteristics vary across Python implementations. This FAQ
798
focusses on :term:`CPython`.
799
-* Behaviour can vary accross operating systems, especially when talking about
+* Behaviour can vary across operating systems, especially when talking about
800
I/O or multi-threading.
801
* You should always find the hot spots in your program *before* attempting to
802
optimize any code (see the :mod:`profile` module).
0 commit comments