Skip to content

Instantly share code, notes, and snippets.

@zackmdavis
Created November 24, 2015 21:21
Show Gist options
  • Save zackmdavis/3168a43f9cc7a03d2886 to your computer and use it in GitHub Desktop.
Save zackmdavis/3168a43f9cc7a03d2886 to your computer and use it in GitHub Desktop.
demonstrative docstring
class MessageBox(object):
- """Puts a multi-line message in an ASCII-art box."""
+ """
+ +------------------------------------------------+
+ | Puts a multi-line message in an ASCII-art box. |
+ +------------------------------------------------+
+ """
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment