mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: fix typos in improve.md documentation
This commit is contained in:
parent
9e25667d97
commit
c45cde93ef
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ Examples for possible instructions:
|
|||
[pr_code_suggestions]
|
||||
extra_instructions="""\
|
||||
(1) Answer in japanese
|
||||
(2) Don't suggest to add try-excpet block
|
||||
(2) Don't suggest to add try-except block
|
||||
(3) Ignore changes in toml files
|
||||
...
|
||||
"""
|
||||
|
|
@ -131,7 +131,7 @@ best practice`.
|
|||
Example for a python `best_practices.md` content can:
|
||||
```markdown
|
||||
## Project best practices
|
||||
- Make sure that I/O operation are encapsulated in a try-except block
|
||||
- Make sure that I/O operations are encapsulated in a try-except block
|
||||
- Use the `logging` module for logging instead of `print` statements
|
||||
- Use `is` and `is not` to compare with `None`
|
||||
- Use `if __name__ == '__main__':` to run the code only when the script is executed
|
||||
|
|
|
|||
Loading…
Reference in a new issue