You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ We want your work to be readable by others; therefore, we encourage you to note
108
108
The following are considered to be bad and may be requested to be improved:
109
109
110
110
```python
111
-
x = x +2# increased by 2
111
+
x = x +2# increased by 2
112
112
```
113
113
114
114
This is too trivial. Comments are expected to be explanatory. For comments, you can write them above, on or below a line of code, as long as you are consistent within the same piece of code.
@@ -148,7 +148,7 @@ We want your work to be readable by others; therefore, we encourage you to note
148
148
The use of the Python built-in `input()` function is __not__ encouraged:
0 commit comments