From 94236dc7c4028a89fe92b03377a28895628a49a4 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:02:27 -0400 Subject: [PATCH] Small copypasta fixes for docs Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- docs/wiki/Build-from-Source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/Build-from-Source.md b/docs/wiki/Build-from-Source.md index 2b008b7..8b5b9db 100644 --- a/docs/wiki/Build-from-Source.md +++ b/docs/wiki/Build-from-Source.md @@ -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 @@ -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