[skip ci] corrected help string for "srepr"

This commit is contained in:
Philip Eisenlohr 2020-06-24 20:13:09 +02:00
parent a71b8aea5c
commit ff858fd4c8
1 changed files with 1 additions and 1 deletions

View File

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