- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
DOC: fix typo in deprecation warning (#14521)
I'm sorry about the ridiculous level of triviality here, but just
reading the message it wasn't clear at first if I need to import from
`IPython` or from `IPython.display` and naturally I went with the wrong
one at first.
(My line was `from IPython.core.display import display`, so it wasn't
obvious at first if the 'display' in the deprecation message was for the
function or the module.)