Skip to content

Commit 3d2204d

Browse files
RikAutomatedTester
authored andcommitted
Fix docstring for limits()
Docstring is misleading
1 parent d65d2cc commit 3d2204d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browsermobproxy/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ def limits(self, options):
225225
Limit the bandwidth through the proxy.
226226
227227
:param dict options: A dictionary with all the details you want to set.
228-
downstreamKbps - Sets the downstream kbps
229-
upstreamKbps - Sets the upstream kbps
228+
downstream_kbps - Sets the downstream kbps
229+
upstream_kbps - Sets the upstream kbps
230230
latency - Add the given latency to each HTTP request
231231
"""
232232
params = {}

0 commit comments

Comments
 (0)