rename python_snippets folder to python

.
This commit is contained in:
Jesse de Wit
2023-11-13 20:52:59 +01:00
committed by ok300
parent 34387e8b62
commit 0927ab4408
29 changed files with 57 additions and 50 deletions

View File

@@ -134,7 +134,7 @@ try {
<section>
```python,ignore
{{#include ../../snippets/python_snippets/src/getting_started.py:init-sdk}}
{{#include ../../snippets/python/src/getting_started.py:init-sdk}}
```
</section>
@@ -214,7 +214,7 @@ try {
<section>
```python,ignore
{{#include ../../snippets/python_snippets/src/getting_started.py:fetch-balance}}
{{#include ../../snippets/python/src/getting_started.py:fetch-balance}}
```
</section>