From 18748f67888f78f73aeb323b5a4796ce6f5a6f11 Mon Sep 17 00:00:00 2001 From: andreas <andreas@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Tue, 9 Mar 2010 23:33:29 +0000 Subject: [PATCH] added missing single quote in intro.mkdown git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1799 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- website/raw/docs/tut/intro.mkdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/raw/docs/tut/intro.mkdown b/website/raw/docs/tut/intro.mkdown index e901edb72..402c195a2 100644 --- a/website/raw/docs/tut/intro.mkdown +++ b/website/raw/docs/tut/intro.mkdown @@ -182,5 +182,5 @@ Type to save the full view. To save only the backbone atoms, we can first select the backbone atoms and then save it: ::::python - io.SavePDB(fragment.Select('aname=CA,C,N,O), 'backbone.pdb') + io.SavePDB(fragment.Select('aname=CA,C,N,O'), 'backbone.pdb') -- GitLab