Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-leitao committed Jan 27, 2023
1 parent a29984c commit e252aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TINYDOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Several sentences providing an extended description. Refer to
variables using back-ticks, e.g. `var`.
Look at this really big equation that I took from [^4]

$$( \sum_{k=1}^n a_k b_k )^2 \leq ( \sum_{k=1}^n a_k^2 ) \left( \sum_{k=1}^n b_k^2 )$$<details closed><summary>&emsp;<b>Parameters</b></summary><p/><ul><li><code>var1</code>: array_like<br>&emsp;Array_like means all those objects -- lists, nested lists, etc. --
$$( \sum_{k=1}^n a_k b_k )^2 \leq ( \sum_{k=1}^n a_k^2 ) ( \sum_{k=1}^n b_k^2 )$$<details closed><summary>&emsp;<b>Parameters</b></summary><p/><ul><li><code>var1</code>: array_like<br>&emsp;Array_like means all those objects -- lists, nested lists, etc. --
that can be converted to an array. We can also refer to
variables like `var1`.</li><li><code>var2</code>: int<br>&emsp;The type above can either refer to an actual Python type
(e.g. ``int``), or describe the type of the variable in more
Expand Down
2 changes: 1 addition & 1 deletion examples/module_with_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def deprecated_function(var1, var2, long_var_name=None, *args):
-----
Look at this really big equation that I took from [1]_
$$( \sum_{k=1}^n a_k b_k )^2 \leq ( \sum_{k=1}^n a_k^2 ) \left( \sum_{k=1}^n b_k^2 )$$
$$( \sum_{k=1}^n a_k b_k )^2 \leq ( \sum_{k=1}^n a_k^2 ) ( \sum_{k=1}^n b_k^2 )$$
Warnings
--------
Expand Down

0 comments on commit e252aae

Please sign in to comment.