Skip to content

Commit 0844963

Browse files
committed
Merge 'main' into myst_build
2 parents 7b0eaf3 + fcf1a7f commit 0844963

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pip list
4141
# Download Build Cache from cache.yml
4242
- name: Download "build" folder (cache)
43-
uses: dawidd6/action-download-artifact@v10
43+
uses: dawidd6/action-download-artifact@v11
4444
with:
4545
workflow: cache.yml
4646
branch: main

lectures/python_oop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ In our example, an *instance* will be the name of particular *person* whose *in
177177

178178
In our example, two functions `earn` and `spend` can be applied to the current instance data.
179179

180-
Taken together, the instance data and functions are called *methods*.
180+
Taken together, the instance data and functions are called *attributes*.
181181

182182
These can be readily accessed in ways that we shall describe now.
183183

@@ -874,4 +874,4 @@ class Polynomial:
874874
```
875875

876876
```{solution-end}
877-
```
877+
```

0 commit comments

Comments
 (0)