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 f2ca4ea

Browse filesBrowse files
author
silkuze
committed
Missing a semicolon in the function definition
1 parent 63165d8 commit f2ca4ea
Copy full SHA for f2ca4ea

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎docs/writing/structure.rst‎

Copy file name to clipboardExpand all lines: docs/writing/structure.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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.