Skip to content

Commit

Permalink
#334 - Updating sphinx generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-taubman committed Jul 14, 2021
1 parent 177fce0 commit 0d58754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.7 and 3.5+. Check
3. The pull request should work for Python 2.7 and 3.6+. Check
https://github.com/beer-garden/brewtils/pulls
and make sure that the tests pass for all supported Python versions.

Expand Down
2 changes: 1 addition & 1 deletion brewtils/test/comparable.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def _assert_wrapper(obj1, obj2, expected_type=None, do_raise=False, **kwargs):
"""
try:
_assert_equal(obj1, obj2, expected_type, **kwargs)
_assert_equal(obj1, obj2, expected_type=expected_type, **kwargs)
except AssertionError:
if do_raise or hasattr(brewtils.test, "_running_tests"):
raise
Expand Down

0 comments on commit 0d58754

Please sign in to comment.