Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 96fb1d4

Browse filesBrowse files
remove slashes in code sample in style guide
1 parent 9f53bc9 commit 96fb1d4
Copy full SHA for 96fb1d4

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎docs/writing/style.rst

Copy file name to clipboardExpand all lines: docs/writing/style.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ most explicit and straightforward manner is preferred.
3030

3131
.. code-block:: python
3232
33-
def make_complex(\*args):
33+
def make_complex(*args):
3434
x, y = args
35-
return dict(\**locals())
35+
return dict(**locals())
3636
3737
**Good**
3838

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.