From 2152bff400f543a422ba88edf1c7f5e650928726 Mon Sep 17 00:00:00 2001 From: Ioannis Filippidis Date: Wed, 31 Aug 2022 16:30:07 +0200 Subject: [PATCH] DOC: specify `python` as language in Markdown blocks within the docstring of `dd._utils._raise_runtimeerror_about_ref_count()`. --- dd/_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dd/_utils.py b/dd/_utils.py index 55b1630c..56877326 100644 --- a/dd/_utils.py +++ b/dd/_utils.py @@ -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`' ``` """