diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-01-25 21:23:02 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-01-25 23:41:54 +0100 |
commit | 9f2eef4b0d6ec926a84f881b879e69978f604dc8 (patch) | |
tree | d4348f54c8ae541e8c69e09b178cd1397a7638eb /docs | |
parent | Bump version to 0.6.6 (diff) | |
download | metagen-9f2eef4b0d6ec926a84f881b879e69978f604dc8.tar.gz metagen-9f2eef4b0d6ec926a84f881b879e69978f604dc8.tar.bz2 metagen-9f2eef4b0d6ec926a84f881b879e69978f604dc8.zip |
Be explicit about Python 3 in shebang lines and docs
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README b/docs/README index 3a40768..81bb6d2 100644 --- a/docs/README +++ b/docs/README @@ -7,7 +7,7 @@ metagen is a command line tool that writes a Gentoo metadata.xml file in the current working directory. The metagen package also has a metagenerator class that can be used -from Python to create metadata.xml files easily: +from Python 3 to create metadata.xml files easily: from metagen.metagenerator import MyMetadata |