We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873f1f1 commit b59c3baCopy full SHA for b59c3ba
docs/cheatsheet/functions.md
@@ -40,7 +40,7 @@ To improve or code readability, we should be as explicit as possible. We can ach
40
41
```python
42
>>> def say_hi(name, greeting):
43
-... print(f"{name} {greeting}")
+... print(f"{greeting} {name}")
44
...
45
>>> # without keyword arguments
46
>>> say_hi('John', 'Hello')
0 commit comments