Skip to content

Commit

Permalink
Add dot at the end of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Mar 15, 2013
1 parent 28afe45 commit c9a4ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/developer/style.rst
Expand Up @@ -132,7 +132,7 @@ the style within Buildbot is as follows::
The key points to notice here:

* Always import ``defer`` as a module, not the names within it.
* Use the decorator form of ``inlineCallbacks``
* Use the decorator form of ``inlineCallbacks``.
* In most cases, the result of a ``yield`` expression should be assigned to a
variable. It can be used in a larger expression, but remember that Python
requires that you enclose the expression in its own set of parentheses.
Expand Down

0 comments on commit c9a4ebb

Please sign in to comment.