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

Commit

Permalink
deleted a white space that messed up unindent in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Pendavingh committed Jun 15, 2015
1 parent b9c3268 commit fab68cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/matroids/matroid.pyx
Expand Up @@ -4795,10 +4795,10 @@ cdef class Matroid(SageObject):
- ``randomized_tests`` -- (default: 1) an integer; the number of
times a certain necessary condition for being binary is tested,
using randomization
- ``verify`` -- (default: ``True``), a Boolean; if ``True``,
any output will be a binary matroid representing ``self``; if
- ``verify`` -- (default: ``True``), a Boolean; if ``True``,
any output will be a binary matroid representing ``self``; if
``False``, any output will represent ``self`` if and only if the
matroid is binary.
matroid is binary
OUTPUT:
Expand All @@ -4809,7 +4809,7 @@ cdef class Matroid(SageObject):
First, compare the binary matroids local to two random bases.
If these matroids are not isomorphic, return ``None``. This
test is performed ``randomized_tests`` times. Next, if ``verify``
is ``True``, test if a binary matroid local to some basis is
is ``True``, test if a binary matroid local to some basis is
isomorphic to ``self``.
.. SEEALSO::
Expand Down

0 comments on commit fab68cc

Please sign in to comment.