Skip to content

Commit

Permalink
fix comments from Andy
Browse files Browse the repository at this point in the history
  • Loading branch information
KSchopmeyer committed Mar 28, 2018
1 parent 46f98e1 commit c79dd54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pywbem/cim_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -2570,9 +2570,9 @@ def from_instance(class_, instance, namespace=None, host=None,
are required to create the :class:`~pywbem.CIMInstanceName`
object. Thus, for example, if the class were retrieved from a
server, generally, the `LocalOnly` parameter in the request
should be `False` to assure that all superclass properties are
retrieved and the IncludeQualifiers should be set to `True`
to assure that qualifiers are retrieved.
should be `False` to assure that superclass properties are
retrieved and `IncludeQualifiers` parameter should be set to
`True` to assure that qualifiers are retrieved.
In non-strict mode, that class may have missing key properties.
Any missing key properties will result in missing key bindings
Expand Down

0 comments on commit c79dd54

Please sign in to comment.