Преглед на файлове

Merge pull request #293 from trvrm/patch-1

Correction for bootstrap_rst_directives.py docs
Justin Mayer преди 10 години
родител
ревизия
d3f38ad930
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      twitter_bootstrap_rst_directives/bootstrap_rst_directives.py

+ 2 - 2
twitter_bootstrap_rst_directives/bootstrap_rst_directives.py

@@ -345,9 +345,9 @@ class Alert(rst.Directive):
 
         *example:*
 
-            .. alert-default::
+            .. alert-warning::
 
-                This is a default alert content
+                This is a warning alert content
 
     """
     has_content = True