Răsfoiți Sursa

docs: fix distr list example

Mikael Koli 4 ani în urmă
părinte
comite
22889c447f
1 a modificat fișierele cu 1 adăugiri și 4 ștergeri
  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"
     )