Clean up Sphinx interpreted text in the default role.
[alexxy/gromacs.git] / python_packaging / src / gmxapi / _logging.py
index 3c24083cc308e792881a8a96a6a89df950181996..890f225d22153b2f3e672a9a62b78222674691aa 100644 (file)
@@ -40,7 +40,7 @@ imported when gmxapi is imported, this has no effect. However, we set the root
 log level to DEBUG, which could increase the output from other modules.
 
 Each module in the gmxapi package uses its own hierarchical logger to allow
-granular control of log handling (e.g. `logging.getLogger('gmxapi.operation')`).
+granular control of log handling (e.g. ``logging.getLogger('gmxapi.operation')``).
 Refer to the Python :py:mod:`logging` module for information on connecting to and handling
 logger output.
 """