소스 검색

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