File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ Search and Replace
479
479
480
480
Any selection becomes a search target. However, only selections within
481
481
a line work because searches are only performed within lines with the
482
- terminal newline removed. If ``[x] Regular expresion `` is checked, the
482
+ terminal newline removed. If ``[x] Regular expression `` is checked, the
483
483
target is interpreted according to the Python re module.
484
484
485
485
.. _completions :
Original file line number Diff line number Diff line change @@ -1380,7 +1380,7 @@ Cursor objects
1380
1380
1381
1381
:raises ProgrammingError:
1382
1382
If *sql * contains more than one SQL statement,
1383
- or is not a DML statment .
1383
+ or is not a DML statement .
1384
1384
1385
1385
Example:
1386
1386
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ Understanding How Tkinter Wraps Tcl/Tk
352
352
353
353
When your application uses Tkinter's classes and methods, internally Tkinter
354
354
is assembling strings representing Tcl/Tk commands, and executing those
355
- commands in the Tcl interpreter attached to your applicaton 's :class: `Tk `
355
+ commands in the Tcl interpreter attached to your application 's :class: `Tk `
356
356
instance.
357
357
358
358
Whether it's trying to navigate reference documentation, trying to find
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Install Options
179
179
Install architecture-independent files in PREFIX. On Unix, it
180
180
defaults to :file: `/usr/local `.
181
181
182
- This value can be retrived at runtime using :data: `sys.prefix `.
182
+ This value can be retrieved at runtime using :data: `sys.prefix `.
183
183
184
184
As an example, one can use ``--prefix="$HOME/.local/" `` to install
185
185
a Python in its home directory.
@@ -188,7 +188,7 @@ Install Options
188
188
189
189
Install architecture-dependent files in EPREFIX, defaults to :option: `--prefix `.
190
190
191
- This value can be retrived at runtime using :data: `sys.exec_prefix `.
191
+ This value can be retrieved at runtime using :data: `sys.exec_prefix `.
192
192
193
193
.. cmdoption :: --disable-test-modules
194
194
You can’t perform that action at this time.
0 commit comments