Преглед изворни кода

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"
     )