Skip to content

Commit e756240

Browse files
committed
docs: generalized DC naming
1 parent 369b38d commit e756240

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
- enh: update file ignore patterns for depotize
177177
0.8.0
178178
- feat: implement "depotize_archive" for populating the internal depot
179-
with tarred RT-DC data (This step is required for importing
179+
with tarred DC data (This step is required for importing
180180
internal data with internal-import)
181181
- fix: download large files with small memory footprint
182182
0.7.11

ckanext/dcor_depot/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def append_resource(path, dataset_id, delete_source=False):
3131
"""Append a resource to a dataset
3232
3333
This can be done even after the dataset is made active.
34-
It can be used to e.g. append post-processed RT-DC data to an
34+
It can be used to e.g. append post-processed DC data to an
3535
existing dataset.
3636
3737
Pass the path `path` to a resource, and it will be added to the

0 commit comments

Comments
 (0)