Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Automaton.intersection: docstring remove_epsilon_transition corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Kropf committed Apr 4, 2014
1 parent bb59856 commit 30cba42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/finite_state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -4437,8 +4437,8 @@ def intersection(self, other, only_accessible_components=True):
Transition from ('2', 'B') to ('2', 'A'): 1|-]
For automata with epsilon-transitions, intersection is not well
defined. But for automata, epsilon-transitions can be removed by
:meth:`.remove_epsilon_transitions`.
defined. But for any finite state machine, epsilon-transitions can be
removed by :meth:`.remove_epsilon_transitions`.
::
Expand Down

0 comments on commit 30cba42

Please sign in to comment.