X Tutup
Skip to content

Commit 53a91be

Browse files
committed
Update CONTRIBUTING.rst
1 parent 2471eaa commit 53a91be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CONTRIBUTING.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ Methods, functions and classes can specify optional parameters (with default
151151
values) using Python's keyword arg syntax. When providing a value to such a
152152
callable we prefer that the call also uses keyword arg syntax. For example::
153153

154-
def f(required, optional=None):
155-
pass
156-
157154
# GOOD
158155
f(0, optional=True)
159156

0 commit comments

Comments
 (0)
X Tutup