Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in file list arguments list #3434

Merged
merged 2 commits into from
Sep 27, 2021
Merged

Conversation

belikor
Copy link
Contributor

@belikor belikor commented Sep 24, 2021

This is necessary to produce the docs/api.json with correct information, and to be able to parse this file later on by other tools.

From

--blobs_in_stream<blobs_in_stream>

To

--blobs_in_stream=<blobs_in_stream> 

This is necessary to produce the `docs/api.json`
(through `scripts/generate_json_api.py`)
with correct information, and to be able to parse this file later on
by other tools.
From `"name": "blobs_in_stream<blobs_in_stream>"`
to `"name": "blobs_in_stream"`.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 68.026% when pulling 8ac89af on belikor:fix-documentation into 1694198 on lbryio:master.

@eukreign eukreign added area: docs type: bug Existing functionality is wrong or broken labels Sep 27, 2021
@eukreign eukreign changed the title Daemon.jsonrpc_file_list: fix docstring fix typo in file list arguments list Sep 27, 2021
@eukreign eukreign merged commit c211338 into lbryio:master Sep 27, 2021
@belikor belikor deleted the fix-documentation branch September 28, 2021 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs type: bug Existing functionality is wrong or broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants