Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/rev/994bd893504c
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 00:50:15 2012
Кодировка:
allpy: 994bd893504c

allpy

changeset 925:994bd893504c

sbbs_2009: fix a typo in comments
author Boris Nagaev <bnagaev@gmail.com>
date Mon, 07 Nov 2011 18:20:12 +0300
parents 18f74e3bce20
children b0029b64ef06
files sbbs_2009/modules/alignment.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/sbbs_2009/modules/alignment.py	Fri Nov 04 13:38:28 2011 +0300
     1.2 +++ b/sbbs_2009/modules/alignment.py	Mon Nov 07 18:20:12 2011 +0300
     1.3 @@ -208,7 +208,7 @@
     1.4  #Initialise
     1.5          sequence_line_num=0     # number of file line describing a sequence;
     1.6          sequence_string=""      # sequence from file written in one string;
     1.7 -                                # gap sybbols changed to "-" ; length does not controlled
     1.8 +                                # gap symbols changed to "-" ; length does not controlled
     1.9          sequence_name=""        # ">name description" is expected
    1.10          sequence_description=""
    1.11          self.sequence_indexes=[]