Skip to content

Commit

Permalink
examples: "on graph" is redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed May 13, 2020
1 parent f1167d3 commit 58e4d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/heat_diffusion.py
@@ -1,6 +1,6 @@
r"""
Heat diffusion on graphs
========================
Heat diffusion
==============
Solve the heat equation by filtering the initial conditions with the heat
kernel.
Expand Down
4 changes: 2 additions & 2 deletions examples/wave_propagation.py
@@ -1,6 +1,6 @@
r"""
Wave propagation on graphs
==========================
Wave propagation
================
Solve the wave equation by filtering the initial conditions with the wave
kernel.
Expand Down

0 comments on commit 58e4d7a

Please sign in to comment.