Merge branch 'master' of github.com:fluentpython/example-code-2e

This commit is contained in:
Luciano Ramalho 2019-04-06 17:21:41 -03:00
commit eb39ad3d5f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"source": [ "source": [
"# Chapter 1 — The Python Data Model\n", "# Chapter 1 — The Python Data Model\n",
"\n", "\n",
"**Sections code snippets in this chapter:**\n", "**Sections with code snippets in this chapter:**\n",
"\n", "\n",
"* [A Pythonic Card Deck](#A-Pythonic-Card-Deck)\n", "* [A Pythonic Card Deck](#A-Pythonic-Card-Deck)\n",
"* [Emulating Numeric Types](#Emulating-Numeric-Types)" "* [Emulating Numeric Types](#Emulating-Numeric-Types)"

View File

@ -6,7 +6,7 @@
"source": [ "source": [
"# Chapter 2 — An Array of Sequences\n", "# Chapter 2 — An Array of Sequences\n",
"\n", "\n",
"**Sections code snippets in this chapter:**\n", "**Sections with code snippets in this chapter:**\n",
"\n", "\n",
"* [List Comprehensions and Generator Expressions](#List-Comprehensions-and-Generator-Expressions)\n", "* [List Comprehensions and Generator Expressions](#List-Comprehensions-and-Generator-Expressions)\n",
"* [Slicing](#Slicing)\n", "* [Slicing](#Slicing)\n",