Skip to content

Commit

Permalink
add pow binop in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jun 3, 2024
1 parent d92e127 commit 6f17284
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/supported.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ Bin Op
a * b
.. code-block:: python
a ** b
.. code-block:: python
a % 2
Expand Down

0 comments on commit 6f17284

Please sign in to comment.