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