1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 08:45:13 +00:00

fix typo, split sentence

This commit is contained in:
Antoine Beaupré 2015-10-08 15:28:53 -04:00
parent ff483fe485
commit 2f803b6489
2 changed files with 3 additions and 3 deletions

View file

@ -62,8 +62,8 @@ Some "yes" sayers (if set, they automatically confirm that you really want to do
For "Warning: 'check --repair' is an experimental feature that might result in data loss." For "Warning: 'check --repair' is an experimental feature that might result in data loss."
BORG_CYTHON_DISABLE BORG_CYTHON_DISABLE
Disables the loading of Cython modules. This is currently Disables the loading of Cython modules. This is currently
experimentaly and is used only to generate usage docs at build experimental and is used only to generate usage docs at build
time, it's unlikely to produce good results on a regular time. It is unlikely to produce good results on a regular
run. The variable should be set to the calling class, and run. The variable should be set to the calling class, and
should be unique. It is currently only used by ``build_usage``. should be unique. It is currently only used by ``build_usage``.

View file

@ -203,7 +203,7 @@ def run(self):
class build_py_custom(build_py): class build_py_custom(build_py):
"""override build_py to also build our stuf """override build_py to also build our stuff
it is unclear why this is necessary, but in some environments it is unclear why this is necessary, but in some environments
(Readthedocs.org, specifically), the above (Readthedocs.org, specifically), the above