File tree 4 files changed +16
-1
lines changed 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
Error-de_DE=Wenn ist das Nunstück git und Slotermeyer?
9
9
Ja! Beiherhund das Oder die Virtualenvironment gersput!
10
+
11
+ <https://devguide.python.org/pullrequest/#licensing>`__
12
+
13
+ class ClassE[T: [str, int]]: ... # Type checker error: illegal expression form
14
+ class ClassE[T: t1]: ... # Type checker error: literal tuple expression required
15
+
16
+ explicitly declared using ``in``, ``out`` and ``inout`` keywords.
17
+ | | | | | | | inout |
Original file line number Diff line number Diff line change 6
6
clos
7
7
complies
8
8
crate
9
+ dedented
9
10
extraversion
11
+ falsy
10
12
fo
11
13
iif
12
14
nd
Original file line number Diff line number Diff line change 18
18
19
19
- name : Run pre-commit hooks
20
20
uses : pre-commit/action@v3.0.0
21
+
22
+ - name : Check spelling
23
+ uses : pre-commit/action@v3.0.0
24
+ with :
25
+ extra_args : --all-files --hook-stage manual codespell || true
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ the footer (source link and last modified timestamp).
153
153
3.5 Prepare for writing
154
154
''''''''''''''''''''''''
155
155
156
- ``pep_html_builder.FileBuilder.prepare_writing `` initialises the bare miniumum
156
+ ``pep_html_builder.FileBuilder.prepare_writing `` initialises the bare minimum
157
157
of the Docutils writer and the settings for writing documents.
158
158
This provides a significant speed-up over the base Sphinx implementation, as
159
159
most of the data automatically initialised was unused.
You can’t perform that action at this time.
0 commit comments