Merge branch 'development' into f-strings

This commit is contained in:
Martin Diehl 2020-06-25 07:46:24 +02:00
commit cd23937af5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v2.0.3-2680-g17212b27
v2.0.3-2692-g3d93a5ff

View File

@ -27,7 +27,7 @@ __all__=[
####################################################################################################
def srepr(arg,glue = '\n'):
r"""
Join arguments as individual lines.
Join arguments with glue string.
Parameters
----------