Skip to content

Commit

Permalink
DOC: specify python as language in Markdown blocks
Browse files Browse the repository at this point in the history
within the docstring of
`dd._utils._raise_runtimeerror_about_ref_count()`.
  • Loading branch information
johnyf committed Dec 8, 2023
1 parent b8d4cb4 commit 2152bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dd/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ def _raise_runtimerror_about_ref_count(
@param name:
`str` to mention as location where
the error was detected. For example:
```
```python
'method `dd.cudd.BDD.decref`'
```
@param class_name:
`str` to mention as name of
the class of the object where the value
`ref_count_lb` was found. For example:
```
```python
'`dd.cudd.Function`'
```
"""
Expand Down

0 comments on commit 2152bff

Please sign in to comment.