Unverified Commit 9c58d9e7 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Fix typo (#1280)

* fix typo

* fix typo
parent 81777d12
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
> Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch. > Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.
## Basic Workflow ### Basic Workflow
1. Get the most recent codebase 1. Get the most recent codebase
2. Checkout a new branch from the master branch 2. Checkout a new branch from the master branch
......
...@@ -66,7 +66,8 @@ class Registry: ...@@ -66,7 +66,8 @@ class Registry:
>>> pass >>> pass
>>> resnet = MODELS.build(dict(type='ResNet')) >>> resnet = MODELS.build(dict(type='ResNet'))
Please refer to https://mmcv.readthedocs.io/en/latest/registry.html for Please refer to
https://mmcv.readthedocs.io/en/latest/understand_mmcv/registry.html for
advanced useage. advanced useage.
Args: Args:
......
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