mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Remove end-of-line colon
This commit is contained in:
parent
7d01c38204
commit
8c1300ba63
@ -267,7 +267,7 @@ class Human
|
||||
@@species = "H. sapiens"
|
||||
|
||||
# Basic initializer
|
||||
def initialize(name, age=0):
|
||||
def initialize(name, age=0)
|
||||
# Assign the argument to the "name" instance variable for the instance
|
||||
@name = name
|
||||
# If no age given, we will fall back to the default in the arguments list.
|
||||
|
Loading…
Reference in New Issue
Block a user