Skip to content

Commit d8ec49c

Browse files
chore: Rename test file to test_common.py and update docs link
- Rename the test file to `test_common.py` to better reflect its coverage of the `src.scraper.common` module. - Update inline documentation reference from “see more in examples.py” to a proper Markdown link: “see more in [examples.py](examples.py)”.
1 parent 9b7eacb commit d8ec49c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ print(
148148

149149
### ⚡ Asynchronous usage
150150

151-
#### see more in examples.py
151+
#### see more in [examples.py](examples.py)
152152
```python
153153
async def main():
154154
items = [
File renamed without changes.

0 commit comments

Comments
 (0)