Skip to content

Commit e3d6192

Browse files
committed
Fix rst error
1 parent b7f764c commit e3d6192

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

HISTORY.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
=======
21
History
32
=======
43

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ depending on a black box library, [read my article](https://medium.com/@ageitgey
206206

207207
## Caveats
208208

209-
* The face recognition model is trained on adults does not work very well on children. It tends to mix
209+
* The face recognition model is trained on adults and does not work very well on children. It tends to mix
210210
up children quite easy using the default comparison threshold of 0.6.
211211

212212
## Thanks

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ How Face Recognition Works
249249
Caveats
250250
-------
251251

252-
- The face recognition model is trained on adults does not work very
253-
well on children. It tends to mix
252+
- The face recognition model is trained on adults and does not work
253+
very well on children. It tends to mix
254254
up children quite easy using the default comparison threshold of 0.6.
255255

256256
Thanks

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='face_recognition',
26-
version='0.1.5',
26+
version='0.1.6',
2727
description="Recognize faces from Python or from the command line",
2828
long_description=readme + '\n\n' + history,
2929
author="Adam Geitgey",

0 commit comments

Comments
 (0)