Skip to content

Commit 974fd67

Browse files
rpgoldmankeewis
andauthored
Update doc/howdoi.rst
Suggestion from keewis Co-Authored-By: keewis <[email protected]>
1 parent a830502 commit 974fd67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/howdoi.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ How do I ...
1212
* - How do I...
1313
- Solution
1414
* - add a DataArray to my dataset as a new variable
15-
- ``my_dataset[varname] = my_dataArray`` or :py:meth:`Dataset.assign`[#assign_dict]_
15+
- ``my_dataset[varname] = my_dataArray`` or :py:meth:`Dataset.assign` (see also :ref:`dictionary_like_methods`)
1616
* - add variables from other datasets to my dataset
1717
- :py:meth:`Dataset.merge`
1818
* - add a new dimension and/or coordinate
@@ -62,4 +62,4 @@ How do I ...
6262

6363
.. rubric:: Footnotes
6464

65-
.. [#assign_dict] See also :ref:`dictionary_like_methods`:.
65+
.. [#assign_dict] See also :ref:`dictionary_like_methods`:.

0 commit comments

Comments
 (0)