浏览代码

docs: fix distr list example

Mikael Koli 4 年之前
父节点
当前提交
22889c447f
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      docs/tutorials/cookbook.rst

+ 1 - 4
docs/tutorials/cookbook.rst

@@ -209,8 +209,5 @@ You can also accomplish this without subclassing to limited extent:
 
     # Send an email to the developers
     developers.send(
-        subject="Important news",
-        receivers="developers",
-        cc="managers",
-        ...
+        subject="Important news"
     )