Any selection becomes a search target. However, only selections within
a line work because searches are only performed within lines with the
-terminal newline removed. If ``[x] Regular expresion`` is checked, the
+terminal newline removed. If ``[x] Regular expression`` is checked, the
target is interpreted according to the Python re module.
.. _completions:
:raises ProgrammingError:
If *sql* contains more than one SQL statement,
- or is not a DML statment.
+ or is not a DML statement.
Example:
When your application uses Tkinter's classes and methods, internally Tkinter
is assembling strings representing Tcl/Tk commands, and executing those
-commands in the Tcl interpreter attached to your applicaton's :class:`Tk`
+commands in the Tcl interpreter attached to your application's :class:`Tk`
instance.
Whether it's trying to navigate reference documentation, trying to find
Install architecture-independent files in PREFIX. On Unix, it
defaults to :file:`/usr/local`.
- This value can be retrived at runtime using :data:`sys.prefix`.
+ This value can be retrieved at runtime using :data:`sys.prefix`.
As an example, one can use ``--prefix="$HOME/.local/"`` to install
a Python in its home directory.
Install architecture-dependent files in EPREFIX, defaults to :option:`--prefix`.
- This value can be retrived at runtime using :data:`sys.exec_prefix`.
+ This value can be retrieved at runtime using :data:`sys.exec_prefix`.
.. cmdoption:: --disable-test-modules