Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wilhelm authored and Florian Wilhelm committed Jan 2, 2015
1 parent 4b4f2b8 commit f7bb81d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ Keep your project's scaffold up-to-date by applying
An update will only overwrite files that are not often altered by users like
setup.py, versioneer.py etc. To update all files use ``--update --force``.
An existing project that was not setup with PyScaffold can be converted with
``putup --force existing_project``. The force option is completely save to use
``putup --force existing_project``. The force option is completely safe to use
since the git repository of the existing project is not touched!
2 changes: 1 addition & 1 deletion docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ Keep your project's scaffold up-to-date by applying
An update will only overwrite files that are not often altered by users like
setup.py, versioneer.py etc. To update all files use ``--update --force``.
An existing project that was not setup with PyScaffold can be converted with
``putup --force existing_project``. The force option is completely save to use
``putup --force existing_project``. The force option is completely safe to use
since the git repository of the existing project is not touched!
2 changes: 1 addition & 1 deletion pyscaffold/data/readme.template
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Keep your project's scaffold up-to-date by applying
An update will only overwrite files that are not often altered by users like
setup.py, versioneer.py etc. To update all files use ``--update --force``.
An existing project that was not setup with PyScaffold can be converted with
``putup --force existing_project``. The force option is completely save to use
``putup --force existing_project``. The force option is completely safe to use
since the git repository of the existing project is not touched!


Expand Down

0 comments on commit f7bb81d

Please sign in to comment.