Skip to content

Commit 75c1dbe

Browse files
committed
FIx typos in README and docs
1 parent d23940d commit 75c1dbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Bringing [**Python®**](https://www.python.org/) and [**Julia**](https://juliala
1313
- Simple syntax, so the Python code looks like Python and the Julia code looks like Julia.
1414
- Intuitive and flexible conversions between Julia and Python: anything can be converted, you are in control.
1515
- Fast non-copying conversion of numeric arrays in either direction: modify Python arrays (e.g. `bytes`, `array.array`, `numpy.ndarray`) from Julia or Julia arrays from Python.
16-
- Helpful wrappers: interpret Python sequences, dictionaries, arrays, dataframes and IO streams as their Julia couterparts, and vice versa.
16+
- Helpful wrappers: interpret Python sequences, dictionaries, arrays, dataframes and IO streams as their Julia counterparts, and vice versa.
1717
- Beautiful stack-traces.
1818
- Supports modern systems: tested on Windows, MacOS and Linux, 64-bit, Julia 1.6.1 upwards and Python 3.7 upwards.
1919

docs/src/pythoncall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ ENV["JULIA_CONDAPKG_BACKEND"] = "Current"
259259
ENV["JULIA_CONDAPKG_EXE"] = "/path/to/conda" # optional
260260
```
261261

262-
The Current backand to CondaPkg will use the currently activated Conda environment instead
262+
The Current backend to CondaPkg will use the currently activated Conda environment instead
263263
of creating a new one.
264264

265265
Note that this will still install any required Conda packages into your Conda environment.

docs/src/releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## 0.9.8 (2022-10-18)
1515
* Adds `line_buffering` option to `PyIO`.
16-
* Improvements to stdout when using `juliacall.ipython` includng line-buffering.
16+
* Improvements to stdout when using `juliacall.ipython` including line-buffering.
1717

1818
## 0.9.7 (2022-10-11)
1919
* If CondaPkg is using the Null backend, PythonCall will now use `python` from the PATH.

0 commit comments

Comments
 (0)