diff options
author | Adam <adam@adambard.com> | 2013-06-28 12:59:45 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-06-28 12:59:45 -0700 |
commit | 2e805c8c020719da0aab40987b7c064c864db9c8 (patch) | |
tree | 94cd1281a04708094e1084d923119912d6001eab /python.html.markdown | |
parent | b34908e050507ac4e582f8cdc5b314027274c3e4 (diff) |
Updates
Diffstat (limited to 'python.html.markdown')
-rw-r--r-- | python.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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" |