Skip to content

Commit 51814c1

Browse files
maneeshamaxim-belkin
authored andcommitted
06-loops-and-functions.md: Typo: "built-in" , not "build-it" (#439)
1 parent b147078 commit 51814c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/06-loops-and-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Default values: 1977 2002
554554
{: .output}
555555

556556
The default values of the `start_year` and `end_year` arguments in the function
557-
`yearly_data_arg_test` are now `None`. This is a build-it constant in Python
557+
`yearly_data_arg_test` are now `None`. This is a built-in constant in Python
558558
that indicates the absence of a value - essentially, that the variable exists in
559559
the namespace of the function (the directory of variable names) but that it
560560
doesn't correspond to any existing object.

0 commit comments

Comments
 (0)