Skip to content

Commit e354c83

Browse files
authored
Fixing typo.
1 parent 32818c8 commit e354c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/06-func.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,8 +958,8 @@ readable code!
958958
> > ## Solution
959959
> > Attempting to define the `numbers` function results in `4. SyntaxError`.
960960
> > The defined parameters `two` and `four` are given default values. Because
961-
> > `one` and `three` are not given default values, they are required to be
962-
> > be included as arguments when the function is called and must be placed
961+
> > `one` and `three` are not given default values, they are required to be
962+
> > included as arguments when the function is called and must be placed
963963
> > before any parameters that have default values in the function definition.
964964
> >
965965
> > The given call to `func` displays `a: -1 b: 2 c: 6`. -1 is assigned to

0 commit comments

Comments
 (0)