From b37351ec61f36bd4e8bda98b1981eb2b57506d9a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 7 Oct 2019 22:55:38 +0200 Subject: [PATCH] OK, better be clearer on this --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4b3004..4758818 100644 --- a/README.md +++ b/README.md @@ -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']) ```