Skip to content

Commit c9e8b7d

Browse files
committed
improved inheritance section
1 parent 0453b4b commit c9e8b7d

File tree

6 files changed

+176
-61
lines changed

6 files changed

+176
-61
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/[email protected]
1313
with:
1414
submodules: true
15-
- uses: xu-cheng/texlive-action@d9f893f837a29f066e3c70080540976b47263721
15+
- uses: xu-cheng/texlive-action@475ab07999e9709e524c3708488c8c170d3a6611
1616
with:
1717
scheme: full
1818
run: |

bookbase

-1.1 KB
Binary file not shown.

text/main/classes/inheritance/exampleInheritance.svg

Lines changed: 1 addition & 1 deletion
Loading

text/main/classes/inheritance/inheritance.tex

Lines changed: 172 additions & 57 deletions
Large diffs are not rendered by default.

text/main/controlFlow/exceptions/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
.5 \pythonilIdx{UnicodeDecodeError}\DTcomment{an error occurred when decoding \pgls{unicode} text}.
407407
.5 \pythonilIdx{UnicodeEncodeError}\DTcomment{an error occurred when encoding \pgls{unicode} text}.
408408
.5 \pythonilIdx{UnicodeTranslateError}\DTcomment{an error occurred when translating \pgls{unicode} text}.
409-
.2 \pythonilIdx{GeneratorExit}\DTcomment{when a \pythonilIdx{Generator} or coroutine terminate; not an error}.
409+
.2 \pythonilIdx{GeneratorExit}\DTcomment{when a \pythonilIdx{Generator} or coroutine terminates; not an error}.
410410
.2 \pythonilIdx{KeyboardInterrupt}\DTcomment{when the user hits \keys{\ctrl+C}}.
411411
.2 \pythonilIdx{SystemExit}\DTcomment{raised by \pythonilIdx{exit}; not an error}.
412412
}%

0 commit comments

Comments
 (0)