Skip to content

Commit dbb4c5c

Browse files
committed
Fix invalid escape sequences in string literals
1 parent a8daa87 commit dbb4c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/OmegaMaxEnt_TRIQS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747

4848
def compute_GfReFreq(G, **kwa):
49-
"""
49+
r"""
5050
Compute a GfReFreq object or a BlockGf containing GfReFreq objects from a Matsubara input Green function using the
5151
program OmegaMaxEnt. For more details, see the OmegaMaxEnt-TRIQS interface documentation and the OmegaMaxEnt
5252
user guide at https://www.physique.usherbrooke.ca/MaxEnt/index.php/User_Guide.

0 commit comments

Comments
 (0)