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 cfa8efb

Browse filesBrowse files
author
Kenneth Reitz
committed
Merge pull request realpython#195 from silkuze/patch-1
Missing a semicolon in the function definition
2 parents 63165d8 + f2ca4ea commit cfa8efb
Copy full SHA for cfa8efb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/writing/structure.rst

Copy file name to clipboardExpand all lines: docs/writing/structure.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Some guidelines help to avoid this issue:
347347
348348
count = 1
349349
msg = 'a string'
350-
def func()
350+
def func():
351351
pass # Do something
352352
353353
Using short functions or methods helps reduce the risk

0 commit comments

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