Skip to content

Commit

Permalink
fix: Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Heffer-Shef committed May 21, 2024
1 parent f0a7c32 commit 2a995f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions episodes/docstrings.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ teaching: 10
exercises: 2
---


:::::::::::::::::::::::::::::::::::::: questions

- TODO
Expand All @@ -27,9 +26,7 @@ We describe functions by using a feature of many programming languages called do

To make a docstring, we put a string as the first line of a function (or other object.) For example, for a simple Python function that calculates the sum of two numbers:

<!---
TODO R examples
-->

```python
def add(x, y):
Expand Down Expand Up @@ -141,8 +138,6 @@ For more information, please see:

- Python [PEP 8 Documentation Strings](https://peps.python.org/pep-0008/#documentation-strings)

::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::: keypoints

- TODO
Expand Down

0 comments on commit 2a995f6

Please sign in to comment.