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

Commit

Permalink
corrected one whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Apr 8, 2014
1 parent 1e310b0 commit 83b0341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/finite_state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -4988,7 +4988,7 @@ def cartesian_product(self, other, only_accessible_components=True):
If ``other`` is an automaton, then :meth:`.cartesian_product` returns
``self`` where the input is restricted to the input accepted by
``other``.
``other``.
For example, if the transducer transforms the standard
binary expansion into the non-adjacent form and the automaton
Expand Down

0 comments on commit 83b0341

Please sign in to comment.