Skip to content

Commit

Permalink
resolve formatting issue in NumpyDType docs (Bears-R-Us#2992)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
jeremiah-corrado authored Feb 22, 2024
1 parent f1039ce commit 5978099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NumPyDType.chpl
Original file line number Diff line number Diff line change
@@ -141,7 +141,8 @@ module NumPyDType
/*
Return the dtype that can store the result of
an operation between two dtypes for the following
operations: +, -, *, **, //, %, &, |, ^, <<, >>,
operations: ``+``, ``-``, ``*``, ``**``, ``//``, ``%``,
``&``, ``|``, ``^``, ``<<``, ``>>``
follows Numpy's rules for type promotion
(of which the array-api promotion rules are a subset)

0 comments on commit 5978099

Please sign in to comment.