From f4906bfca464cdbcbc6b997ebff878760d9940d8 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Thu, 21 Mar 2024 10:39:14 +0100 Subject: [PATCH] FIX: Typo --- src/caoscrawler/scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caoscrawler/scanner.py b/src/caoscrawler/scanner.py index ff6acda7..9d1f5387 100644 --- a/src/caoscrawler/scanner.py +++ b/src/caoscrawler/scanner.py @@ -27,7 +27,7 @@ """ This is the scanner. -This was where formerly the ``_crawl(...)`` function from ``crawl.py`` was locates.. +This was where formerly the ``_crawl(...)`` function from ``crawl.py`` was located. This is just the functionality that extracts data from the file system. """ -- GitLab