Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Apr 3, 2016
1 parent b1ec3a7 commit 7acac16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ It is also possible to retrieve and modify a Log object's existing mask::

Log Line Format
---------------
Most log handlers support configurable line formats. The following is a list
Most log handlers support configurable line formats. The following is a list
of special tokens that will be expanded at runtime with contextual information
related to the log event. Each token has an alternate shorthand notation, as
well.
Expand Down Expand Up @@ -1278,7 +1278,7 @@ If the message data is already a string, it will be returned unchanged.
string _format($format, $timestamp, $priority, $message)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This method produces a formatted log line based on a format string and a set
of `tokens`_ representing the current log record and state.
of `tokens`_ representing the current log record and state.

.. _tokens: `Log Line Format`_

Expand Down

0 comments on commit 7acac16

Please sign in to comment.