Commit 1b269c0a by Braden MacDonald

Fix docstring typo and broken URL

parent a3ffcdda
...@@ -113,12 +113,12 @@ def load_scenarios_from_path(scenarios_path): ...@@ -113,12 +113,12 @@ def load_scenarios_from_path(scenarios_path):
def serialize_opaque_key(key): def serialize_opaque_key(key):
""" """
Gracefully handle opaque keys, both before and after the transition. Gracefully handle opaque keys, both before and after the transition.
https://github.com/edx/edx-platform/wiki/Opaque-Keys https://github.com/edx/edx-platform/wiki/Opaque-Keys-(Locators)
From https://github.com/edx/edx-ora2/pull/330 From https://github.com/edx/edx-ora2/pull/330
Currently uses `to_deprecated_string()` to ensure that new keys Currently uses `to_deprecated_string()` to ensure that new keys
are backwards-compatible with keys we store in ORA2 database models. are backwards-compatible with keys we store in mentoring database models.
Args: Args:
key (unicode or OpaqueKey subclass): The key to serialize. key (unicode or OpaqueKey subclass): The key to serialize.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment