Skip to content

Commit b8e7d51

Browse files
committed
Merge branch 'issue/7'
2 parents 9f50044 + aa4ad2e commit b8e7d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/PythonObjects.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@
13081308
"\n",
13091309
"- also called anti-pattern because there is only one instance of the class\n",
13101310
"- use `__new__()` method to create a new instance of the class\n",
1311-
"_ `__new__()` is a class method that is called before the `__init__()` instance method\n",
1311+
"- `__new__()` is a class method that is called before the `__init__()` instance method\n",
13121312
"- use `cls` parameter to check if the instance is already created\n",
13131313
"- return the instance if it's already created\n",
13141314
"- otherwise, create a new instance and return it\n",

0 commit comments

Comments
 (0)