Replace mentions of master branch with v1

This commit is contained in:
Lonami Exo
2022-09-20 17:08:53 +02:00
parent 18da855dd4
commit e6ebe6b334
6 changed files with 17 additions and 15 deletions

View File

@@ -8,9 +8,11 @@ assignees: ''
---
**Checklist**
<!-- Put x inside the boxes (like [x]) to mark them as complete (but only if you've actually completed them!) -->
* [ ] The error is in the library's code, and not in my own.
* [ ] I have searched for this issue before posting it and there isn't a duplicate.
* [ ] I ran `pip install -U https://github.com/LonamiWebs/Telethon/archive/master.zip` and triggered the bug in the latest version.
* [ ] I ran `pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip` and triggered the bug in the latest version.
**Code that causes the issue**
```python