Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 190c483

Browse filesBrowse files
committed
Rename functions
1 parent 4d3a1a8 commit 190c483
Copy full SHA for 190c483

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎basic_datatypes.ipynb

Copy file name to clipboardExpand all lines: basic_datatypes.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@
13961396
"source": [
13971397
"Unlike lists, sets and dictionaries, tuples do not require parentheses.\n",
13981398
"Parenthesis are required only when there's some ambiguity.\n",
1399-
"We will discuss it in more details in the [`Functions`](functions.ipynb) chapter.\n",
1399+
"We will discuss it in more details in the [`Functions`](03-functions.ipynb) chapter.\n",
14001400
"\n",
14011401
"For now, let's just see how to define tuples without parentheses:"
14021402
]

‎functions_advanced.ipynb

Copy file name to clipboardExpand all lines: functions_advanced.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"id": "218acd08-b0f9-4c4f-83d3-613497d17b2e",
7474
"metadata": {},
7575
"source": [
76-
"Before starting our deep dive on functions, we must revise quickly two important concepts. Have a look at the [Functions](./functions.ipynb#The-scope-of-a-function) notebook for more detail.\n",
76+
"Before starting our deep dive on functions, we must revise quickly two important concepts. Have a look at the [Functions](./03-functions.ipynb#The-scope-of-a-function) notebook for more detail.\n",
7777
"\n",
7878
"1. Scopes and namespaces\n",
7979
"2. Functions are objects"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.