From 7f109a7777cd30de4f34aea76c697938fc1755c1 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 15 May 2009 15:51:34 -0400 Subject: [PATCH] Pedants\! --- your-first-python-program.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/your-first-python-program.html b/your-first-python-program.html index 32bf5b3..ab2efb9 100644 --- a/your-first-python-program.html +++ b/your-first-python-program.html @@ -268,7 +268,7 @@ if __name__ == "__main__":
  • PEP 257: Docstring Conventions explains what distinguishes a good docstring from a great docstring.
  • Python Tutorial: Documentation Strings also touches on the subject.
  • PEP 8: Style Guide for Python Code discusses good indentation style. -
  • Python Reference Manual explains what it means to say that everything in Python is an object, because some people are pedantic and like to discuss that sort of thing at great length. +
  • Python Reference Manual explains what it means to say that everything in Python is an object, because some people are pedants and like to discuss that sort of thing at great length.

    © 2001–9 Mark Pilgrim