Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Feb 1, 2012
1 parent 557076b commit 3b45ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'retools'
copyright = u'2011, Ben Bangert'
copyright = u'2011-2012, Ben Bangert'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -222,7 +222,7 @@
epub_title = u'retools'
epub_author = u'Ben Bangert'
epub_publisher = u'Ben Bangert'
epub_copyright = u'2011, Ben Bangert'
epub_copyright = u'2011-2012, Ben Bangert'

# The language of the text. It defaults to the language option
# or en if the language is not set.
Expand Down
4 changes: 2 additions & 2 deletions retools/queue.py
Expand Up @@ -350,8 +350,8 @@ def work(self, interval=5, blocking=False):
:param blocking: Whether or not blocking pop should be used. If the
blocking pop is used, then the worker will block for
``interval`` seconds at a time waiting for a new
job. This affects how often the worke can respond to
OS signals.
job. This affects how often the worker can respond to
signals.
:type blocking: bool
"""
Expand Down

0 comments on commit 3b45ba5

Please sign in to comment.