Skip to content

Commit 45c8ce6

Browse files
khaeruglatterf42
andcommitted
Fix typo in doc/migrate.rst per review
Co-authored-by: Fridolin Glatter <[email protected]>
1 parent bc7413b commit 45c8ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/migrate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Requirements:
114114
- Uses :program:`git-filter-repo` (`docs <https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html>`_) to:
115115

116116
- Move code.
117-
For example, all commits pertaining to a file like :file:`message_data/model/foo/bar.py` are preserved, except they they now appear to describe changes to :file:`message_ix_models/model/foo/bar.py`.
117+
For example, all commits pertaining to a file like :file:`message_data/model/foo/bar.py` are preserved, except they now appear to describe changes to :file:`message_ix_models/model/foo/bar.py`.
118118
- Move data.
119119
Data is moved from the unpackaged, private, top-level :file:`data/` directory in :mod:`message_data`, to the packageable :file:`message_ix_models/data/` directory.
120120
There are further considerations; see :doc:`data/` and below.

0 commit comments

Comments
 (0)