Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : cf9bc3f
Branch  : main
Author  : Indraneel Chakraborty <[email protected]>
Time    : 2023-11-10 14:30:42 +0000
Message : Merge pull request #1068 from fiveop/total_cars

Use correct function name
  • Loading branch information
actions-user committed Nov 10, 2023
1 parent 3d6ac2c commit dd80e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 10-defensive.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ and for each one,
give an example of input that will make that assertion fail.

```python
def get_total(values):
def get_total_cars(values):
assert len(values) > 0
for element in values:
assert int(element)
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"episodes/07-cond.md" "fd57543b12adffc501df36b1b0835a22" "site/built/07-cond.md" "2023-04-21"
"episodes/08-func.md" "f989e44603e1a17a371f49936c597b66" "site/built/08-func.md" "2023-11-07"
"episodes/09-errors.md" "9eb44385622246a7b9e5e51ab0057c81" "site/built/09-errors.md" "2023-04-21"
"episodes/10-defensive.md" "8c1ccf52be2c32b4f404c4b4423d9a19" "site/built/10-defensive.md" "2023-11-07"
"episodes/10-defensive.md" "bb24615f90c0d508b20c68ec4640ca45" "site/built/10-defensive.md" "2023-11-10"
"episodes/11-debugging.md" "2376a87cad5c1f039796f7315a223aff" "site/built/11-debugging.md" "2023-04-21"
"episodes/12-cmdline.md" "020826bee76809c2a5b0a6656aa3c0f5" "site/built/12-cmdline.md" "2023-11-07"
"instructors/additional_material.md" "8032d13185179bda24bbc3d90ed22936" "site/built/additional_material.md" "2023-04-21"
Expand Down

0 comments on commit dd80e0c

Please sign in to comment.