File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -194,15 +194,15 @@ The resulting source code is:
194
194
ConfigSectionSchema.Person,
195
195
]
196
196
197
- # -- SIMPLIFIED STORAGE-SCHEMA (compared to example above) :
197
+ # -- SIMPLIFIED STORAGE-SCHEMA:
198
198
# section:person.* -> storage:person.*
199
199
# section:person.alice -> storage:person.alice
200
200
# section:person.bob -> storage:person.bob
201
201
202
- # -- ALTERNATIVES: Override or reimplement
203
- # * ConfigFileReader. process_config_section(config_section, storage)
204
- # * ConfigFileReader. get_storage_name_for(section_name)
205
- # * ConfigFileReader. get_storage_for(section_name, storage)
202
+ # -- ALTERNATIVES: Override ConfigFileReader methods:
203
+ # * process_config_section(config_section, storage)
204
+ # * get_storage_name_for(section_name)
205
+ # * get_storage_for(section_name, storage)
206
206
207
207
208
208
# -- COMMAND:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ docs = build_sphinx
4
4
test = pytest
5
5
6
6
[sdist]
7
- formats = zip, gztar, bztar
7
+ formats = zip, gztar
8
8
9
9
[bdist_wheel]
10
10
universal = true
You can’t perform that action at this time.
0 commit comments