GitHub

Original file line numberDiff line numberDiff line change

@@ -192,7 +192,7 @@ In our example, an *instance* will be the name of particular *person* whose *in

192192
193193

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

194194
195-

Taken together, the instance data and functions are called *methods*.

195+

Taken together, the instance data and functions are called *attributes*.

196196
197197

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

198198

@@ -894,4 +894,4 @@ class Polynomial:

894894

```

895895
896896

```{solution-end}

897-

```

897+

```

Read the original on github.com ↗