提交 e3d61929 编写于 作者: A Adam Geitgey

Fix rst error

上级 b7f764c8
=======
History
=======
......
......@@ -206,7 +206,7 @@ depending on a black box library, [read my article](https://medium.com/@ageitgey
## Caveats
* The face recognition model is trained on adults does not work very well on children. It tends to mix
* The face recognition model is trained on adults and does not work very well on children. It tends to mix
up children quite easy using the default comparison threshold of 0.6.
## Thanks
......
......@@ -249,8 +249,8 @@ How Face Recognition Works
Caveats
-------
- The face recognition model is trained on adults does not work very
well on children. It tends to mix
- The face recognition model is trained on adults and does not work
very well on children. It tends to mix
up children quite easy using the default comparison threshold of 0.6.
Thanks
......
......@@ -23,7 +23,7 @@ test_requirements = [
setup(
name='face_recognition',
version='0.1.5',
version='0.1.6',
description="Recognize faces from Python or from the command line",
long_description=readme + '\n\n' + history,
author="Adam Geitgey",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册