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.
1 parent 9fd170e commit 300a691Copy full SHA for 300a691
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