Skip to content
Snippets Groups Projects
Commit 2991d447 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Doc fixes

parent bbf6f8dd
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -1191,10 +1191,10 @@ def make_zero_and_vars(set_vars, params=[], ctx=None):
:arg set_vars: an iterable of variable names, or a comma-separated string
:arg params: an iterable of variable names, or a comma-separated string
:return: a dictionary from variable (in *set_vars* and *params*)
:return: a dictionary from variable names (in *set_vars* and *params*)
to :class:`PwAff` instances that represent each of the
variables. They key '0' is also include and represents
a :
a :class:`PwAff` zero constant.
.. versionadded:: 2016.1.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment