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 4adddb6

Browse filesBrowse files
authored
Markdown typo
Missing a backtick
1 parent 1fca335 commit 4adddb6
Copy full SHA for 4adddb6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎Notes/07_Advanced_Topics/01_Variable_arguments.md‎

Copy file name to clipboardExpand all lines: Notes/07_Advanced_Topics/01_Variable_arguments.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ TypeError: __init__() takes exactly 4 arguments (2 given)
149149

150150
This is easily fixed using `*data` instead. Try this:
151151

152-
``python
152+
```python
153153
>>> s = Stock(*data)
154154
>>> s
155155
Stock('GOOG', 100, 490.1)
@@ -230,4 +230,4 @@ Now, try silencing the errors:
230230
>>>
231231
```
232232

233-
[Contents](../Contents.md) \| [Previous (6.4 Generator Expressions)](../06_Generators/04_More_generators.md) \| [Next (7.2 Anonymous Functions)](02_Anonymous_function.md)
233+
[Contents](../Contents.md) \| [Previous (6.4 Generator Expressions)](../06_Generators/04_More_generators.md) \| [Next (7.2 Anonymous Functions)](02_Anonymous_function.md)

0 commit comments

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