OK, better be clearer on this

This commit is contained in:
Luke Murphy 2019-10-07 22:55:38 +02:00
parent 844efe8a49
commit b37351ec61
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -130,7 +130,7 @@ or read the short one below:
from etherpump.api import magicword
@magicword('__VARIA_PUB_CLUB__')
def maakt_niet_uit_wat_je_hier_schrijft(pads):
def do_things_with_the_pad_contents(pads):
print(pads['my-pad-name']['html'])
```