File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Miscellaneous improvements
127127* implemented the same "simpler pattern language" in :py:obj:`Axis.matching()` and :py:obj:`Group.matching()` than in
128128 :py:obj:`Session.filter()`, in addition to regular expressions (which now require using the ``regexp`` argument).
129129
130- * py:obj:`stack()` can now stack along several axes at once (closes :issue:`56 `).
130+ * : py:obj:`stack()` can now stack along several axes at once (closes :issue:`56 `).
131131
132132 >>> country = Axis(' country=BE,FR,DE' )
133133 >>> gender = Axis(' gender=M,F' )
@@ -143,11 +143,11 @@ Miscellaneous improvements
143143 FR 2 3
144144 DE 4 5
145145
146- * py:obj:`stack()` using a dictionary as elements can now use a simple axis name instead of requiring a full axis
146+ * : py:obj:`stack()` using a dictionary as elements can now use a simple axis name instead of requiring a full axis
147147 object. This will print a warning on Python < 3.7 though because the ordering of labels is not guaranteed in
148148 that case. Closes :issue:`755` and :issue:`581`.
149149
150- * py:obj:`stack()` using keyword arguments can now use a simple axis name instead of requiring a full axis
150+ * : py:obj:`stack()` using keyword arguments can now use a simple axis name instead of requiring a full axis
151151 object, even on Python < 3.6. This will print a warning though because the ordering of labels is not guaranteed in
152152 that case.
153153
You can’t perform that action at this time.
0 commit comments