Kaydet (Commit) 63433ef3 authored tarafından Anthony Sottile's avatar Anthony Sottile Kaydeden (comit) GitHub

Merge pull request #1 from chriskuehl/patch-1

Fix typo
...@@ -37,7 +37,7 @@ function_call( ...@@ -37,7 +37,7 @@ function_call(
``` ```
- the initial paren is at the end of the line - the initial paren is at the end of the line
- each argument is indented one leve further than the function name - each argument is indented one level further than the function name
- the last parameter (unless the call contains an unpacking - the last parameter (unless the call contains an unpacking
(`*args` / `**kwargs`)) has a trailing comma (`*args` / `**kwargs`)) has a trailing comma
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment