We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db60e3f commit c883e83Copy full SHA for c883e83
python/rubin/rag/extra_scripts/ingest_github.py
@@ -45,7 +45,7 @@ def load_files_1repo(repo='lsst/daf_butler') -> list:
45
return docs
46
47
def load_org(n_repo_max=2, org_name='lsst-dm') -> list:
48
- """Load all utf-8 files from multiple GitHub repos within a GitHub org
+ """Load all utf-8 files from multiple GitHub repos within a GitHub org.
49
50
Parameters
51
----------
0 commit comments