From 2e4da8326fbdd766f76ea9fecd97172292f0e0f3 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Wed, 16 Jul 2014 17:32:41 +0200 Subject: [PATCH] Typo fix --- 05 - IPython Notebook.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/05 - IPython Notebook.ipynb b/05 - IPython Notebook.ipynb index 415ffbc..d8cf062 100644 --- a/05 - IPython Notebook.ipynb +++ b/05 - IPython Notebook.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:39c27ff67b9be7533af308aa219e7b09f8e4e13d0ac066d82e3063adac5e0036" + "signature": "sha256:d11069ce9b749246162211b80f3188e37d3bc1dee0e41fe1179c96aa2817bff0" }, "nbformat": 3, "nbformat_minor": 0, @@ -914,7 +914,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "translate('ACGT')" + "complement('ACGT')" ], "language": "python", "metadata": {}, -- GitLab