Skip to content

Update logging.rst#516

Merged
sigmavirus24 merged 3 commits into
realpython:masterfrom
eikonomega:patch-1
Feb 11, 2015
Merged

Update logging.rst#516
sigmavirus24 merged 3 commits into
realpython:masterfrom
eikonomega:patch-1

Conversation

@eikonomega
Copy link
Copy Markdown
Contributor

A couple of simple fixes on the logging page:

  • The PEP referenced for configuring logging via dict - '319' should be '391'.
  • A dictionary key was not enclosed in quotes - syntax error.

Michael Dunn added 2 commits February 10, 2015 17:15
The PEP referenced for configuring logging via - '319' should be '391'.
Just a simple fix.
The name of a dictionary key `root` was not properly enclosed in quotes, which results in a syntax error when people copy this code.

Thanks!
Comment thread docs/writing/logging.rst Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While you're here, could you also remove the space before the :?

Removed whitespace in violation of PEP 8 and aligned lines.
@eikonomega
Copy link
Copy Markdown
Contributor Author

@sigmavirus24 I've gotten rid of that space. Should have caught it earlier.

sigmavirus24 added a commit that referenced this pull request Feb 11, 2015
@sigmavirus24 sigmavirus24 merged commit 651129a into realpython:master Feb 11, 2015
@sigmavirus24
Copy link
Copy Markdown
Contributor

Thanks @eikonomega !

@eikonomega
Copy link
Copy Markdown
Contributor Author

Thank you for your awesomely quick response!

On Tue, Feb 10, 2015 at 10:25 PM, Ian Cordasco notifications@github.com
wrote:

Thanks @eikonomega https://github.com/eikonomega !


Reply to this email directly or view it on GitHub
https://github.com/kennethreitz/python-guide/pull/516#issuecomment-73828805
.

@eikonomega eikonomega deleted the patch-1 branch February 11, 2015 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants