Skip to content

Commit

Permalink
Fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Aug 29, 2017
1 parent b754f84 commit 1fc7c44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coaster/utils.py
Expand Up @@ -589,8 +589,7 @@ def my_func(this=None, that=None, other=None):
require_one_of(this=this, that=that)
# If we need to know which parameter was passed in:
which = require_one_of(True, this=this, that=that)
# `which` will be one of 'this' or 'that'
param, value = require_one_of(True, this=this, that=that)
# Carry on with function logic
pass
Expand Down

0 comments on commit 1fc7c44

Please sign in to comment.