From 1276abc440902ea0aaf828916b3e97a82022dd07 Mon Sep 17 00:00:00 2001 From: Daniel Shashko Date: Wed, 1 Apr 2026 20:22:03 +0300 Subject: [PATCH 1/2] fix: use raw string for module docstring to fix invalid escape sequences --- advertools/crawlytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advertools/crawlytics.py b/advertools/crawlytics.py index 1c2b8202..8bce88a3 100644 --- a/advertools/crawlytics.py +++ b/advertools/crawlytics.py @@ -1,4 +1,4 @@ -""" +r""" After crawling a website, or a bunch of URLs, you mostly likely want to analyze the data and gain a better undersanding of the website's structure, strategy, and content. You probably also want to check for technical issues that the site might have. From 4aff461110182f9b17e9894ce19855c82b46ae60 Mon Sep 17 00:00:00 2001 From: Daniel Shashko Date: Wed, 1 Apr 2026 20:22:06 +0300 Subject: [PATCH 2/2] fix: use raw string for module docstring to fix invalid escape sequences --- advertools/robotstxt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advertools/robotstxt.py b/advertools/robotstxt.py index 19dcd61f..9d253273 100644 --- a/advertools/robotstxt.py +++ b/advertools/robotstxt.py @@ -1,4 +1,4 @@ -""" +r""" .. _robotstxt: 🤖 Analyze and Test robots.txt Files on a Large Scale