doc change
This commit is contained in:
parent
dee91df8a6
commit
f1eb4e0b23
@ -35,9 +35,7 @@ class relation (object):
|
|||||||
that file. If no parameter is supplied an empty relation is created. Empty
|
that file. If no parameter is supplied an empty relation is created. Empty
|
||||||
relations are used in internal operations.
|
relations are used in internal operations.
|
||||||
By default the file will be handled like a comma separated as described in
|
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
|
RFC4180.'''
|
||||||
default format) setting to false the 2nd parameter.
|
|
||||||
The old format is no longer supported.'''
|
|
||||||
|
|
||||||
self._readonly=False
|
self._readonly=False
|
||||||
|
|
||||||
@ -70,7 +68,7 @@ class relation (object):
|
|||||||
'''Saves the relation in a file. By default will save using the csv
|
'''Saves the relation in a file. By default will save using the csv
|
||||||
format as defined in RFC4180, but setting comma_separated to False,
|
format as defined in RFC4180, but setting comma_separated to False,
|
||||||
it will use the old format with space separated values.
|
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
|
fp=file(filename,'w') #Opening file in write mode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user