diff --git a/components/date-picker/index.en-US.md b/components/date-picker/index.en-US.md
index 6a5e4cc10..193ac1339 100644
--- a/components/date-picker/index.en-US.md
+++ b/components/date-picker/index.en-US.md
@@ -18,9 +18,6 @@ By clicking the input box, you can select a date from a popup calendar.
```
-> Warning: `Datepicker` is renamed to `DatePicker` after `0.11`.
-
-
| Property | Description | Type | Default |
|--------------|----------------|----------|--------------|
| value | to set date | String/Date | - |
diff --git a/components/date-picker/index.zh-CN.md b/components/date-picker/index.zh-CN.md
index 4582d2e3e..4aa15d822 100644
--- a/components/date-picker/index.zh-CN.md
+++ b/components/date-picker/index.zh-CN.md
@@ -19,9 +19,6 @@ english: DatePicker
```
-> 注意:`0.11+` 后 `Datepicker` 改名为 `DatePicker`。
-
-
| 参数 | 说明 | 类型 | 默认值 |
|--------------|----------------|----------|--------------|
| value | 日期 | string or Date | 无 |