Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil authored Oct 10, 2023
1 parent 48aaf03 commit ffa6c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ the `str` declared for the parameter `name` **is merely visual**.
```python
class MyClass:

def my_function(name: str):
def my_function(self, name: str):
return name
```

Expand Down

0 comments on commit ffa6c61

Please sign in to comment.