From 2e805c8c020719da0aab40987b7c064c864db9c8 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 28 Jun 2013 12:59:45 -0700 Subject: Updates --- python.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python.html.markdown') diff --git a/python.html.markdown b/python.html.markdown index 982333ca..39a2349d 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -395,7 +395,7 @@ print j.say("hello") #prints out "Joel: hello" i.get_species() #=> "H. sapiens" # Change the shared attribute -i.species = "H. neanderthalensis" +Human.species = "H. neanderthalensis" i.get_species() #=> "H. neanderthalensis" j.get_species() #=> "H. neanderthalensis" -- cgit v1.2.3