From bafedbe961394b87c94abd0d829f170876ac65f2 Mon Sep 17 00:00:00 2001 From: lukeamyers <144170943+lukeamyers@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:28:19 -0500 Subject: [PATCH] Update docs.nim typo --- docs/docs.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs.nim b/docs/docs.nim index 36dc841..bda6721 100644 --- a/docs/docs.nim +++ b/docs/docs.nim @@ -25,7 +25,7 @@ ## ```cmd ## ./nimplex -c IFP 3 10 ## ``` -## 2. An **compiled Python library**, which you can import and use in your Python code like so: +## 2. A **compiled Python library**, which you can import and use in your Python code like so: ## ```python ## import nimplex ## ``` @@ -232,4 +232,4 @@ ## ## API ## ## **The following sections cover the core API of the library.** Further documentation for auxiliary functions, defined in **utils** submodule, can be found by following links under [Imports](#6) below -## or by searching the API [Index](theindex.html) in the top left corner of this page. \ No newline at end of file +## or by searching the API [Index](theindex.html) in the top left corner of this page.