Skip to content

Commit b2a5044

Browse files
committed
typo
1 parent b32977f commit b2a5044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/08-connected-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ How does changing the `sigma` and `threshold` values influence the result?
407407
## Solution
408408

409409
As you might have guessed, the return value `count` already
410-
contains the number of found images. So it can simply be printed
410+
contains the number of found objects in the image. So it can simply be printed
411411
with
412412

413413
```python

0 commit comments

Comments
 (0)