Skip to content

Commit 8b616b2

Browse files
committed
Improved the OMPython's setXXX functions explanation
1 parent c7d4997 commit 8b616b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UsersGuide/source/ompython.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ Standard set methods
250250

251251
Two calling possibilities are accepted using setXXXs(),where "XXX" can be any of above functions.
252252

253-
- setXXX(k) with K being a sequence of keyword assignments (e.g.) (name = value).
254-
- setXXX(D) with D being a dictionary with quantity names as keywords and values.
253+
- setXXX(K) with K being a sequence of keyword assignments (e.g.) (name = value).
254+
- setXXX(**D) with D being a dictionary with quantity names as keywords and values, being expanded by ** into the form of K.
255255
256256
Usage of setMethods
257257
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)