Skip to content

Commit

Permalink
docs: Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 14, 2021
1 parent 77874ae commit f00447e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocdsextensionregistry/profile_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def release_package_schema(self, schema=None, embed=False):
schema URLs.
:param dict schema: the release schema
:param bool embed: whether to embed or ``$ref``erence the patched release schema
:param bool embed: whether to embed or ``$ref``'erence the patched release schema
"""
if not schema:
schema = json.loads(self.get_standard_file_contents('release-package-schema.json'))
Expand All @@ -177,7 +177,7 @@ def record_package_schema(self, schema=None, embed=False):
schema URLs.
:param dict schema: the record schema
:param bool embed: whether to embed or ``$ref``erence the patched release schema
:param bool embed: whether to embed or ``$ref``'erence the patched release schema
"""
if not schema:
schema = json.loads(self.get_standard_file_contents('record-package-schema.json'))
Expand Down

0 comments on commit f00447e

Please sign in to comment.