Skip to content

Commit

Permalink
Fix formatting of inline literal.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Feb 7, 2023
1 parent cebd054 commit ae73984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Some highlights:
instance of the underlying data type instead of a SciPy-like sparse matrix.
The operations available in ``qutip.core.data`` may be used on ``.data``,
regardless of the data type.
- ``Qobj``s with different data types may be mixed in arithmetic and other
- ``Qobj`` with different data types may be mixed in arithmetic and other
operations. A sensible output type will be automatically determined.
- The new ``.to(...)`` method may be used to convert a ``Qobj`` from one data type
to another. E.g. ``.to("dense")`` will convert to the dense representation and
Expand Down

0 comments on commit ae73984

Please sign in to comment.