diff --git a/docs/usage.rst b/docs/usage.rst index fb7768528..b316f17d9 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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." BORG_CYTHON_DISABLE Disables the loading of Cython modules. This is currently - experimentaly and is used only to generate usage docs at build - time, it's unlikely to produce good results on a regular + experimental and is used only to generate usage docs at build + time. It is unlikely to produce good results on a regular run. The variable should be set to the calling class, and should be unique. It is currently only used by ``build_usage``. diff --git a/setup.py b/setup.py index e3338280c..f1bb8f68b 100644 --- a/setup.py +++ b/setup.py @@ -203,7 +203,7 @@ def run(self): 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 (Readthedocs.org, specifically), the above