Skip to content

Commit

Permalink
Fix docstring for limits()
Browse files Browse the repository at this point in the history
Docstring is misleading
  • Loading branch information
Rik authored and AutomatedTester committed Oct 27, 2016
1 parent d65d2cc commit 3d2204d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browsermobproxy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ def limits(self, options):
Limit the bandwidth through the proxy.
:param dict options: A dictionary with all the details you want to set.
downstreamKbps - Sets the downstream kbps
upstreamKbps - Sets the upstream kbps
downstream_kbps - Sets the downstream kbps
upstream_kbps - Sets the upstream kbps
latency - Add the given latency to each HTTP request
"""
params = {}
Expand Down

0 comments on commit 3d2204d

Please sign in to comment.