doc change

master
Salvo 'LtWorf' Tomaselli 2013-06-29 16:51:20 +07:00
parent dee91df8a6
commit f1eb4e0b23
1 changed files with 2 additions and 4 deletions

@ -35,9 +35,7 @@ class relation (object):
that file. If no parameter is supplied an empty relation is created. Empty
relations are used in internal operations.
By default the file will be handled like a comma separated as described in
RFC4180, but it can also be handled like a space separated file (previous
default format) setting to false the 2nd parameter.
The old format is no longer supported.'''
RFC4180.'''
self._readonly=False
@ -70,7 +68,7 @@ class relation (object):
'''Saves the relation in a file. By default will save using the csv
format as defined in RFC4180, but setting comma_separated to False,
it will use the old format with space separated values.
The old format is no longer supported.'''
'''
fp=file(filename,'w') #Opening file in write mode