Skip to content

Commit 92b172e

Browse files
committed
Merge pull request swaroopch#19 from archerImagine/master
The description and function name in code were not matching.
2 parents 1259155 + 7738939 commit 92b172e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oop.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Most importantly, notice that we do not explicitly call the `__init__` method bu
155155
arguments in the parentheses following the class name when creating a new instance of the
156156
class. This is the special significance of this method.
157157

158-
Now, we are able to use the `self.name` field in our methods which is demonstrated in the `sayHi`
158+
Now, we are able to use the `self.name` field in our methods which is demonstrated in the `say_hi`
159159
method.
160160

161161
[[class_obj_vars]]

0 commit comments

Comments
 (0)