Skip to content

Commit

Permalink
redundant docstring sentence removed
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Erik committed Jan 17, 2025
1 parent 426cdc1 commit 4ba8eed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/connectivity/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,7 @@ pub fn digraph_complement(py: Python, graph: &digraph::PyDiGraph) -> PyResult<di
/// This function assumes that there are no self loops
/// in the provided graph.
/// Returns an error if the :attr:`~rustworkx.PyGraph.multigraph`
/// attribute is set to ``True``. This function assumes
/// that there are no self loops in the provided graph.
/// attribute is set to ``True``.
#[pyfunction]
#[pyo3(text_signature = "(graph, node, /)")]
pub fn graph_local_complement(
Expand Down

0 comments on commit 4ba8eed

Please sign in to comment.