From 21772d3e98647227798ba2645e2b2a59ac478832 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Wed, 8 Dec 2021 13:27:27 +0530 Subject: [PATCH] copy edit doc string --- videohash/framesextractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videohash/framesextractor.py b/videohash/framesextractor.py index 3ab5f17..9a9f1e3 100644 --- a/videohash/framesextractor.py +++ b/videohash/framesextractor.py @@ -22,7 +22,7 @@ class FramesExtractor: """ - extract from from the passed video file and save at the output directory. + Extract frames from the input video file and save at the output directory(frame storage directory). """ def __init__(