Skip to content

Commit c0825a1

Browse files
authored
Merge pull request #69 from UBC-MDS/yhouyang02-patch-1
Fix grammar and typos
2 parents d21d8b8 + c4a445b commit c0825a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pytest
7272
7373
### Building documentation
7474
75-
Documentation needs to be update when changes are made. You can build the documentation locally using `quartodoc`:
75+
Documentation needs to be updated when changes are made. You can build the documentation locally using `quartodoc`:
7676
7777
```bash
7878
quartodoc build
@@ -92,8 +92,7 @@ We follow the [PEP 8](https://peps.python.org/pep-0008/) style guide for Python
9292
9393
The project repository contains three protected branches. All new features and bug fixes should be developed in independent development branches created from `otter`. Once changes are complete and tested, a pull request should be opened to merge the development branch back into `otter`. After review, changes from `otter` can be merged into `main` for release.
9494
95-
* `main`: the production branch containing the latest stable release.
96-
ruff check . When merged from `otter`,
95+
* `main`: the production branch containing the latest stable release. When merged from `otter`,
9796
* code style is checked (pass enforced);
9897
* test suites are run (pass enforced);
9998
* documentation is built and published;

0 commit comments

Comments
 (0)