Skip to content
Snippets Groups Projects
Commit 00be6cd3 authored by Ghislain Durif's avatar Ghislain Durif
Browse files

fix typo

parent f7eecf7e
Branches
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ You can assign values to an instance (i.e. object) using __dot notation__:
### Objects are mutable
```python
def translate_point(point, dx, dy)
def translate_point(point, dx, dy):
point.x += dx
point.y += dy
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment