summaryrefslogtreecommitdiff
path: root/advanced-features-functions/script.rst
diff options
context:
space:
mode:
authorNishanth Amuluru2010-10-11 22:44:21 +0530
committerNishanth Amuluru2010-10-11 22:44:21 +0530
commit0bdc27f2da8baa5bf9b8ae34df1ae5a66e856b03 (patch)
tree23e39471c705058c10961ff465517a664abbef43 /advanced-features-functions/script.rst
parentc777a70b51353182bcfadaaff9deb2b9d09cf9a2 (diff)
parent81a76e18a1b11c9565ee198d7ae58bd49d9b3acb (diff)
downloadst-scripts-0bdc27f2da8baa5bf9b8ae34df1ae5a66e856b03.tar.gz
st-scripts-0bdc27f2da8baa5bf9b8ae34df1ae5a66e856b03.tar.bz2
st-scripts-0bdc27f2da8baa5bf9b8ae34df1ae5a66e856b03.zip
merged
Diffstat (limited to 'advanced-features-functions/script.rst')
-rw-r--r--advanced-features-functions/script.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/advanced-features-functions/script.rst b/advanced-features-functions/script.rst
index e62d576..5b7b3e2 100644
--- a/advanced-features-functions/script.rst
+++ b/advanced-features-functions/script.rst
@@ -103,7 +103,7 @@ Following is an (are) exercise(s) that you must do.
%%1%% Redefine the function ``welcome``, by interchanging it's
arguments. Place the ``name`` argument with it's default value of
-"Hello" before the ``greet`` argument.
+"World" before the ``greet`` argument.
Please, pause the video here. Do the exercise and then continue.
@@ -142,7 +142,7 @@ Please, pause the video here. Do the exercise and then continue.
welcome()
-
+
Let us now learn what keyword arguments are.