Skip to content

Commit 2e3b260

Browse files
committed
fix typos
1 parent 2fc2512 commit 2e3b260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/guides/how_to_create_collector.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ directory using reversed domain path,
3737
it will be `collectors/web/cn/89ip/collector.py`
3838

3939
To make class be a collector we need to declare a variable
40-
`__collector__`
40+
`__collector__` and set it to `True`
4141

4242
Note: name of file and name of class don't make sense,
4343
you can declare as many files and classes in each file
@@ -94,7 +94,7 @@ and implement method like this:
9494
9595
That's all!
9696

97-
Now is time to little test, to be sure your collector is working
97+
Now is time for a little test, to be sure your collector is working
9898
you can run proxy_py with `--test-collector` option:
9999

100100
.. code-block:: bash
@@ -130,7 +130,7 @@ With 60 seconds timeout it looks better
130130
Paginated collector
131131
*******************
132132

133-
Allright, you've done with a simple collector,
133+
Alright, you've done with a simple collector,
134134
you're almost a pro, let's now dive a little deeper
135135

136136
# TODO: complete this guide

0 commit comments

Comments
 (0)