Skip to content

Commit

Permalink
Update docs.nim
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
lukeamyers authored Feb 5, 2024
1 parent 3bc00a7 commit bafedbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
## ```
Expand Down Expand Up @@ -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.
## or by searching the API [Index](theindex.html) in the top left corner of this page.

0 comments on commit bafedbe

Please sign in to comment.