Skip to content

Commit

Permalink
Update migration.rst
Browse files Browse the repository at this point in the history
I think the author was trying to say "maybe", but "eventually" in English means "after some time" / "in the end"
  • Loading branch information
eacheson authored and abravalheri committed Mar 28, 2022
1 parent 3c3c057 commit c55a2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Let's start:

#. Use ``git status`` to check for untracked files and add them with ``git add``.

#. Eventually, use ``git difftool`` to check all overwritten files for changes that need to be
#. Potentially, use ``git difftool`` to check all overwritten files for changes that need to be
transferred. Most important is that all configuration that you may have done in ``setup.py``
by passing parameters to ``setup(...)`` need to be moved to ``setup.cfg``. You will figure
that out quite easily by putting your old ``setup.py`` and the new ``setup.cfg`` template side by side.
Expand Down

0 comments on commit c55a2e5

Please sign in to comment.