We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b147078 commit 51814c1Copy full SHA for 51814c1
1 file changed
_episodes/06-loops-and-functions.md
@@ -554,7 +554,7 @@ Default values: 1977 2002
554
{: .output}
555
556
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
+`yearly_data_arg_test` are now `None`. This is a built-in constant in Python
558
that indicates the absence of a value - essentially, that the variable exists in
559
the namespace of the function (the directory of variable names) but that it
560
doesn't correspond to any existing object.
0 commit comments