Skip to content

Commit 17be3ae

Browse files
committed
Add PDF link to compatibility cheatsheet notebook
1 parent 8b2ff17 commit 17be3ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/notebooks/Writing Python 2-3 compatible code.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:2e4d4d39759584d5af9864c83f87e39a16b6886cc4be686dad47731f13131d90"
4+
"signature": "sha256:4569bf2488b392f4d95eda8d1f5069a4b57beeefd63826b664af5e734716438f"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -24,9 +24,9 @@
2424
"- **Author:** Ed Schofield.\n",
2525
"- **Licence:** Creative Commons Attribution.\n",
2626
"\n",
27-
"This notebook shows you idioms for writing future-proof code that is compatible with both versions of Python: 2 and 3.\n",
27+
"A PDF version is here: http://python-future.org/compatible_idioms.pdf\n",
2828
"\n",
29-
"It accompanies Ed Schofield's talk at PyCon AU 2014, \"Writing 2/3 compatible code\".\n",
29+
"This notebook shows you idioms for writing future-proof code that is compatible with both versions of Python: 2 and 3. It accompanies Ed Schofield's talk at PyCon AU 2014, \"Writing 2/3 compatible code\".\n",
3030
"\n",
3131
"Minimum versions:\n",
3232
"\n",

0 commit comments

Comments
 (0)