summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2022-06-22 09:30:02 +0200
committerKarl Lorey <git@karllorey.com>2022-06-22 09:30:02 +0200
commit3d885a53c4c97ee92a34296754f90c3fe3b404e6 (patch)
treee98b83fddc7c5c579d61ec7e21601462c17e1309
parenta0cb536c34d1b5e126882779832634b3875bcad1 (diff)
Check if adding space before code helps in README
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8d3f9b4..8b71860 100644
--- a/README.rst
+++ b/README.rst
@@ -62,6 +62,7 @@ Please note that until the 1.0 release :code:`pip install mlscraper` will return
To get started with a simple scraped, check out a basic sample below.
.. code-block:: python
+
import requests
from mlscraper.html import Page
from mlscraper.samples import Sample, TrainingSet