mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:02:09 +02:00
autoflake: update Polish translation (#12966)
This commit is contained in:
parent
4e2811b7e3
commit
ff0a0752ec
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# autoflake
|
||||
|
||||
> Narzędzie do usuwania nieużywanych importów i zmiennych z kodu Python.
|
||||
> Usuń nieużywane importy i zmienne z kodu Python.
|
||||
> Więcej informacji: <https://github.com/myint/autoflake>.
|
||||
|
||||
- Usuń nieużywane zmienne z jednego pliku i wyświetl różnicę:
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Usuń nieużywane zmienne rekurencyjnie ze wszystkich plików w katalogu, nadpisując każdy plik:
|
||||
|
||||
`autoflake --remove-unused-variables --in-place --recursive {{sciezka/do/katalogu}}`
|
||||
`autoflake --remove-unused-variables --in-place --recursive {{ścieżka/do/katalogu}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue