Skip to content

Commit

Permalink
Small copypasta fixes for docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine committed Oct 30, 2024
1 parent 539c7d6 commit 94236dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/Build-from-Source.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`csp-adapter-symphony` is written in Python and Javascript. While prebuilt wheels are provided for end users, it is also straightforward to build `csp-adapter-symphony` from either the Python [source distribution](https://packaging.python.org/en/latest/specifications/source-distribution-format/) or the GitHub repository.
`csp-adapter-symphony` is written in Python. While prebuilt wheels are provided for end users, it is also straightforward to build `csp-adapter-symphony` from either the Python [source distribution](https://packaging.python.org/en/latest/specifications/source-distribution-format/) or the GitHub repository.

## Table of Contents

Expand Down Expand Up @@ -93,7 +93,7 @@ make fix-docs

## Testing

`csp-adapter-symphony` has both Python and JavaScript tests. The bulk of the functionality is tested in Python, which can be run via `pytest`. First, install the Python development dependencies with
`csp-adapter-symphony` has extensive Python tests. The tests can be run via `pytest`. First, install the Python development dependencies with

```bash
make develop
Expand Down

0 comments on commit 94236dc

Please sign in to comment.