File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 36
36
- name : ' Build documentation'
37
37
run : xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest suspicious html
38
38
- name : ' Upload'
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : doc-html
42
42
path : Doc/build/html
43
+ include-hidden-files : true
44
+ overwrite : true
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ Now what can we do with instance objects? The only operations understood by
325
325
instance objects are attribute references. There are two kinds of valid
326
326
attribute names: data attributes and methods.
327
327
328
- *data attributes * correspond to "instance variables" in Smalltalk, and to "data
328
+ *Data attributes * correspond to "instance variables" in Smalltalk, and to "data
329
329
members" in C++. Data attributes need not be declared; like local variables,
330
330
they spring into existence when they are first assigned to. For example, if
331
331
``x `` is the instance of :class: `MyClass ` created above, the following piece of
You can’t perform that action at this time.
0 commit comments