Skip to content

Commit

Permalink
Amend documentation to reflect parameter name change (#39)
Browse files Browse the repository at this point in the history
Minor changes left out from PR #38 
Modifies documenting comments within `urlbuilder.py` and `urlhelper.py` to reflect the parameter name change.
  • Loading branch information
sherwinski committed Feb 12, 2019
1 parent 39e577e commit 582aeac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imgix/urlbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class UrlBuilder(object):
`SHARD_STRATEGY_CYCLE`, domain sharding performed by sequentially
cycling through the domains list. (default `SHARD_STRATEGY_CRC`)
sign_with_library_version : bool
Deprecated and to be removed in next major version
include_library_param : bool
If `True`, each created URL is suffixed with 'ixlib' parameter
indicating the library used for generating the URLs. (default `True`)
Expand Down

0 comments on commit 582aeac

Please sign in to comment.