From a55cf4511201ebb4bbbb3a97bfb1c6c0c877cac9 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 18 May 2023 23:32:28 +0300 Subject: [PATCH] Rename articles prefixed with `python-` --- .../{articles/s/python-bare-except.md => python/s/bare-except.md} | 0 .../s/dict-getkey-vs-dictkey.md} | 0 .../{articles/s/python-empty-list.md => python/s/empty-list.md} | 0 .../{articles/s/python-file-close.md => python/s/file-close.md} | 0 .../s/fstrings-str-format.md} | 0 .../python-identity-equality.md => python/s/identity-equality.md} | 0 .../s/python-lists-tuples.md => python/s/lists-tuples.md} | 0 .../{articles/s/python-lowercase.md => python/s/lowercase.md} | 0 .../s/mutable-default-arguments.md} | 0 .../s/python-named-tuples.md => python/s/named-tuples.md} | 0 .../s/python-slice-assignment.md => python/s/slice-assignment.md} | 0 .../s/python-slice-notation.md => python/s/slice-notation.md} | 0 .../s/sort-dictionary-tuple-key.md} | 0 .../s/sortedlist-vs-list-sort.md} | 0 .../s/python-string-is-empty.md => python/s/string-is-empty.md} | 0 .../s/python-swap-variables.md => python/s/swap-variables.md} | 0 .../s/python-trim-whitespace.md => python/s/trim-whitespace.md} | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename snippets/{articles/s/python-bare-except.md => python/s/bare-except.md} (100%) rename snippets/{articles/s/python-dict-getkey-vs-dictkey.md => python/s/dict-getkey-vs-dictkey.md} (100%) rename snippets/{articles/s/python-empty-list.md => python/s/empty-list.md} (100%) rename snippets/{articles/s/python-file-close.md => python/s/file-close.md} (100%) rename snippets/{articles/s/python-fstrings-str-format.md => python/s/fstrings-str-format.md} (100%) rename snippets/{articles/s/python-identity-equality.md => python/s/identity-equality.md} (100%) rename snippets/{articles/s/python-lists-tuples.md => python/s/lists-tuples.md} (100%) rename snippets/{articles/s/python-lowercase.md => python/s/lowercase.md} (100%) rename snippets/{articles/s/python-mutable-default-arguments.md => python/s/mutable-default-arguments.md} (100%) rename snippets/{articles/s/python-named-tuples.md => python/s/named-tuples.md} (100%) rename snippets/{articles/s/python-slice-assignment.md => python/s/slice-assignment.md} (100%) rename snippets/{articles/s/python-slice-notation.md => python/s/slice-notation.md} (100%) rename snippets/{articles/s/python-sort-dictionary-tuple-key.md => python/s/sort-dictionary-tuple-key.md} (100%) rename snippets/{articles/s/python-sortedlist-vs-list-sort.md => python/s/sortedlist-vs-list-sort.md} (100%) rename snippets/{articles/s/python-string-is-empty.md => python/s/string-is-empty.md} (100%) rename snippets/{articles/s/python-swap-variables.md => python/s/swap-variables.md} (100%) rename snippets/{articles/s/python-trim-whitespace.md => python/s/trim-whitespace.md} (100%) diff --git a/snippets/articles/s/python-bare-except.md b/snippets/python/s/bare-except.md similarity index 100% rename from snippets/articles/s/python-bare-except.md rename to snippets/python/s/bare-except.md diff --git a/snippets/articles/s/python-dict-getkey-vs-dictkey.md b/snippets/python/s/dict-getkey-vs-dictkey.md similarity index 100% rename from snippets/articles/s/python-dict-getkey-vs-dictkey.md rename to snippets/python/s/dict-getkey-vs-dictkey.md diff --git a/snippets/articles/s/python-empty-list.md b/snippets/python/s/empty-list.md similarity index 100% rename from snippets/articles/s/python-empty-list.md rename to snippets/python/s/empty-list.md diff --git a/snippets/articles/s/python-file-close.md b/snippets/python/s/file-close.md similarity index 100% rename from snippets/articles/s/python-file-close.md rename to snippets/python/s/file-close.md diff --git a/snippets/articles/s/python-fstrings-str-format.md b/snippets/python/s/fstrings-str-format.md similarity index 100% rename from snippets/articles/s/python-fstrings-str-format.md rename to snippets/python/s/fstrings-str-format.md diff --git a/snippets/articles/s/python-identity-equality.md b/snippets/python/s/identity-equality.md similarity index 100% rename from snippets/articles/s/python-identity-equality.md rename to snippets/python/s/identity-equality.md diff --git a/snippets/articles/s/python-lists-tuples.md b/snippets/python/s/lists-tuples.md similarity index 100% rename from snippets/articles/s/python-lists-tuples.md rename to snippets/python/s/lists-tuples.md diff --git a/snippets/articles/s/python-lowercase.md b/snippets/python/s/lowercase.md similarity index 100% rename from snippets/articles/s/python-lowercase.md rename to snippets/python/s/lowercase.md diff --git a/snippets/articles/s/python-mutable-default-arguments.md b/snippets/python/s/mutable-default-arguments.md similarity index 100% rename from snippets/articles/s/python-mutable-default-arguments.md rename to snippets/python/s/mutable-default-arguments.md diff --git a/snippets/articles/s/python-named-tuples.md b/snippets/python/s/named-tuples.md similarity index 100% rename from snippets/articles/s/python-named-tuples.md rename to snippets/python/s/named-tuples.md diff --git a/snippets/articles/s/python-slice-assignment.md b/snippets/python/s/slice-assignment.md similarity index 100% rename from snippets/articles/s/python-slice-assignment.md rename to snippets/python/s/slice-assignment.md diff --git a/snippets/articles/s/python-slice-notation.md b/snippets/python/s/slice-notation.md similarity index 100% rename from snippets/articles/s/python-slice-notation.md rename to snippets/python/s/slice-notation.md diff --git a/snippets/articles/s/python-sort-dictionary-tuple-key.md b/snippets/python/s/sort-dictionary-tuple-key.md similarity index 100% rename from snippets/articles/s/python-sort-dictionary-tuple-key.md rename to snippets/python/s/sort-dictionary-tuple-key.md diff --git a/snippets/articles/s/python-sortedlist-vs-list-sort.md b/snippets/python/s/sortedlist-vs-list-sort.md similarity index 100% rename from snippets/articles/s/python-sortedlist-vs-list-sort.md rename to snippets/python/s/sortedlist-vs-list-sort.md diff --git a/snippets/articles/s/python-string-is-empty.md b/snippets/python/s/string-is-empty.md similarity index 100% rename from snippets/articles/s/python-string-is-empty.md rename to snippets/python/s/string-is-empty.md diff --git a/snippets/articles/s/python-swap-variables.md b/snippets/python/s/swap-variables.md similarity index 100% rename from snippets/articles/s/python-swap-variables.md rename to snippets/python/s/swap-variables.md diff --git a/snippets/articles/s/python-trim-whitespace.md b/snippets/python/s/trim-whitespace.md similarity index 100% rename from snippets/articles/s/python-trim-whitespace.md rename to snippets/python/s/trim-whitespace.md