Skip to content

Commit eb39ad3

Browse files
committed
Merge branch 'master' of github.com:fluentpython/example-code-2e
2 parents 254ef16 + d1f527c commit eb39ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

01-data-model/data-model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Chapter 1 — The Python Data Model\n",
88
"\n",
9-
"**Sections code snippets in this chapter:**\n",
9+
"**Sections with code snippets in this chapter:**\n",
1010
"\n",
1111
"* [A Pythonic Card Deck](#A-Pythonic-Card-Deck)\n",
1212
"* [Emulating Numeric Types](#Emulating-Numeric-Types)"

02-array-seq/array-seq.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Chapter 2 — An Array of Sequences\n",
88
"\n",
9-
"**Sections code snippets in this chapter:**\n",
9+
"**Sections with code snippets in this chapter:**\n",
1010
"\n",
1111
"* [List Comprehensions and Generator Expressions](#List-Comprehensions-and-Generator-Expressions)\n",
1212
"* [Slicing](#Slicing)\n",

0 commit comments

Comments
 (0)