diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2021-03-08 12:13:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 12:13:37 -0600 |
commit | 6fe99157876f83ae2249d44c1b456a24cc70e258 (patch) | |
tree | 270a1824ba179c58d10d6574350124e9b62fa54e | |
parent | 121bc04cdf0e6732fe143b7419131dc250c13384 (diff) | |
download | vyos-cloud-init-6fe99157876f83ae2249d44c1b456a24cc70e258.tar.gz vyos-cloud-init-6fe99157876f83ae2249d44c1b456a24cc70e258.zip |
Remove the vi comment from the part-handler example (#835)
-rw-r--r-- | doc/examples/part-handler.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/part-handler.txt b/doc/examples/part-handler.txt index a6e66415..1484e1a0 100644 --- a/doc/examples/part-handler.txt +++ b/doc/examples/part-handler.txt @@ -1,5 +1,4 @@ #part-handler -# vi: syntax=python ts=4 def list_types(): # return a list of mime-types that are handled by this module |