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

# HG changeset patch
# User Boris Nagaev
# Date 1320679212 -10800
# Node ID 994bd893504cf235f47cfff42ea24eed93362af6
# Parent 18f74e3bce2032dac1672e0fad8ec82c4ce4dc09
sbbs_2009: fix a typo in comments

diff -r 18f74e3bce20 -r 994bd893504c sbbs_2009/modules/alignment.py
--- a/sbbs_2009/modules/alignment.py Fri Nov 04 13:38:28 2011 +0300
+++ b/sbbs_2009/modules/alignment.py Mon Nov 07 18:20:12 2011 +0300
@@ -208,7 +208,7 @@
#Initialise
sequence_line_num=0 # number of file line describing a sequence;
sequence_string="" # sequence from file written in one string;
- # gap sybbols changed to "-" ; length does not controlled
+ # gap symbols changed to "-" ; length does not controlled
sequence_name="" # ">name description" is expected
sequence_description=""
self.sequence_indexes=[]