Skip to content

Commit

Permalink
Fix typo coda -> conda
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed Feb 7, 2024
1 parent 88ce83a commit bb447f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# whl2conda changes

## [24.2.0] - *in progress*
### Bug fixes
* Correct typos in documentation.

## [24.1.2] - 2024-1-28

Expand Down
2 changes: 1 addition & 1 deletion doc/guide/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run `whl2conda convert`:
```bash
$ whl2conda convert mypackage-1.2.3-py3-none-any.whl
Reading mypackage-1.2.3-py3-none-any.whl
Writing mypackage-1.2.3-py_0.coda
Writing mypackage-1.2.3-py_0.conda
```

By default, this will create the conda package in the same directory
Expand Down
2 changes: 1 addition & 1 deletion doc/guide/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ into noarch python conda packages.
It has the following limitations and known issues, some of which
will be addressed in future releases.

## Arbitrary equality clause in version specifiers don't have a coda equivalent
## Arbitrary equality clause in version specifiers don't have a conda equivalent

The *arbitrary equality* clause `===` is not supported by conda
and there is no equivalent. This clause is also heavily discouraged
Expand Down

0 comments on commit bb447f0

Please sign in to comment.