IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

refactor(BaseService): improve prepare_request() docstring #192

Closed padamstx closed 6 months ago

padamstx commented 6 months ago

This commit simply modifies the docstring comments related to the headers and params arguments to the BaseService.prepare_request() function in order to clarify that any entries in either of the two dictionary arguments will simply be ignored if they have a value of None.