fixed typo

This commit is contained in:
dcore94 2024-04-09 15:08:19 +02:00
parent feebaf1ea0
commit 02202d1672
5 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -334,7 +334,7 @@ As an example the following Python code shows how to use the variables to reques
# List VRE fodler content
vrefolder = requests.get(workspace + "/vrefolder", headers={"Accept" : "application/json", "Authorization" : "Bearer " + tok}).json()
An similar example in bash could have the following form:
A similar example in bash could have the following form:
.. code-block:: bash
:caption: How to download a file from the D4Science workspace from a private URL passed as input parameter

View File

@ -398,7 +398,7 @@ The technology and the list of available Runtimes is strictly related to type of
</pre></div>
</div>
</div>
<p>An similar example in bash could have the following form:</p>
<p>A similar example in bash could have the following form:</p>
<div class="literal-block-wrapper docutils container" id="id4">
<div class="code-block-caption"><span class="caption-text">How to download a file from the D4Science workspace from a private URL passed as input parameter</span><a class="headerlink" href="#id4" title="Permalink to this code"></a></div>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="w"> </span><span class="nb">echo</span><span class="w"> </span><span class="s2">&quot;Getting token&quot;</span>

View File

@ -334,7 +334,7 @@ As an example the following Python code shows how to use the variables to reques
# List VRE fodler content
vrefolder = requests.get(workspace + "/vrefolder", headers={"Accept" : "application/json", "Authorization" : "Bearer " + tok}).json()
An similar example in bash could have the following form:
A similar example in bash could have the following form:
.. code-block:: bash
:caption: How to download a file from the D4Science workspace from a private URL passed as input parameter