Skip to content

Commit 9713fc0

Browse files
committed
update
1 parent b551271 commit 9713fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ipynb_checkpoints/Modules_and_Packages-checkpoint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"cell_type": "markdown",
7070
"metadata": {},
7171
"source": [
72-
"## __name__ method:\n",
72+
"## \\_\\_name\\_\\_ method:\n",
7373
"It returns the name of the module.\n",
7474
"\n",
7575
"Syntax: `module_name.__name__`"

Modules_and_Packages.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"cell_type": "markdown",
7070
"metadata": {},
7171
"source": [
72-
"## __name__ method:\n",
72+
"## \\_\\_name\\_\\_ method:\n",
7373
"It returns the name of the module.\n",
7474
"\n",
7575
"Syntax: `module_name.__name__`"

0 commit comments

Comments
 (0)