Skip to content

Commit 6c13787

Browse files
committed
Removed duplicate bullet points in CONTRIBUTING.md
1 parent 2e96671 commit 6c13787

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@ An algorithm is one or more functions (or classes) that:
4949
- take one or more inputs,
5050
- perform some internal calculations or data manipulations,
5151
- return one or more outputs,
52-
- have minimal side effects (e.g., `print()`, `plot()`, `read()`, `write()`).
53-
An Algorithm is one or more functions (or classes) that:
54-
- take one or more inputs,
55-
- perform some internal calculations or data manipulations,
56-
- return one or more outputs,
57-
- have minimal side effects (Ex. `print()`, `plot()`, `read()`, `write()`).
52+
- have minimal side effects (e.g. `print()`, `plot()`, `read()`, `write()`).
5853

5954
Algorithms should be packaged in a way that would make it easy for readers to integrate them into larger programs.
6055

0 commit comments

Comments
 (0)