Skip to content

Commit 24d3baf

Browse files
committed
replace TBD with dev version in docstring
1 parent ac75f83 commit 24d3baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyomo/contrib/incidence_analysis/interface.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -891,9 +891,9 @@ def remove_nodes(self, variables=None, constraints=None):
891891
892892
.. note::
893893
894-
**Deprecation in Pyomo vTBD**
894+
**Deprecation in Pyomo v6.7.2.dev0**
895895
896-
The pre-TBD implementation of ``remove_nodes`` allowed variables and
896+
The pre-6.7.2.dev0 implementation of ``remove_nodes`` allowed variables and
897897
constraints to remove to be specified in a single list. This made
898898
error checking difficult, and indeed, if invalid components were
899899
provided, we carried on silently instead of throwing an error or

0 commit comments

Comments
 (0)