diff --git a/native-datatypes.html b/native-datatypes.html index 3c81318..36d5da7 100644 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -276,7 +276,7 @@ body{counter-reset:h1 2}
extend() method takes a single argument, which is always a list, and adds each of the items of that list to a_list.
append() method takes any number of arguments, each of which can be any datatype. Here, you’re calling the append() method with a single argument, a list of three items.
+append() method takes a single argument, which can be any datatype. Here, you’re calling the append() method with a list of three items.