From a83e67dfa0441ffa506537189d62fb7cdbd9150c Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Mon, 4 Jun 2018 15:35:36 +0200 Subject: [PATCH] Doc fix: '\0' displayed badly in sphinx. --- modules/mol/base/doc/entity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index 3b0aa5c9f..424bda032 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -1865,7 +1865,7 @@ Other Entity-Related Functions Residue Numbering -------------------------------------------------------------------------------- -.. class:: ResNum(num, ins_code='\0') +.. class:: ResNum(num, ins_code='\\0') Number for a residue. The residue number has a numeric part and an (optional) insertion-code. You can work with this object as if it was an integer and -- GitLab