Skip to content

Commit c22fb58

Browse files
Merge pull request RustPython#521 from chapeupreto/patch-1
fix typos
2 parents 8f37b9f + b518867 commit c22fb58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Or use the interactive shell:
2929

3030
# Disclaimer
3131

32-
RustPython is in a development phase and should not used in production or a fault intolerant setting.
32+
RustPython is in a development phase and should not be used in production or a fault intolerant setting.
3333

3434
Our current build supports only a subset of Python syntax.
3535

@@ -55,7 +55,7 @@ $ cargo doc --no-deps --all # Excluding all dependencies
5555

5656
Documentation HTML files can then be found in the `target/doc` directory.
5757

58-
If you wish to update the online documentation. Push directly to the `release` branch (or ask a maintainer to do so), this will trigger a Travis build that updates the documentation and WebAssembly demo page.
58+
If you wish to update the online documentation, push directly to the `release` branch (or ask a maintainer to do so). This will trigger a Travis build that updates the documentation and WebAssembly demo page.
5959

6060
# Code organization
6161

@@ -79,7 +79,7 @@ With that in mind, please note this project is maintained by volunteers, some of
7979
Most tasks are listed in the [issue tracker](https://github.com/RustPython/RustPython/issues).
8080
Check issues labeled with `good first issue` if you wish to start coding.
8181

82-
Another approach is to checkout the sourcecode: builtin functions and object methods are often the simplest
82+
Another approach is to checkout the source code: builtin functions and object methods are often the simplest
8383
and easiest way to contribute.
8484

8585
You can also simply run
@@ -97,7 +97,7 @@ $ pipenv install
9797
$ pipenv run pytest -v
9898
```
9999

100-
There also are some unittests, you can run those will cargo:
100+
There also are some unit tests, you can run those will cargo:
101101

102102
```shell
103103
$ cargo test --all

0 commit comments

Comments
 (0)