Skip to content

Instantly share code, notes, and snippets.

@darenr
Created October 11, 2024 21:29
Show Gist options
  • Select an option

  • Save darenr/b1f884b372af308ce54f9457f928c939 to your computer and use it in GitHub Desktop.

Select an option

Save darenr/b1f884b372af308ce54f9457f928c939 to your computer and use it in GitHub Desktop.
deindent text (strip)
import textwrap
# see https://docs.python.org/3/library/textwrap.html
textwrap.dedent("""
some indented text
""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment