فهرست منبع

Small grammatical error fix for readability (#3377)

Cody 5 سال پیش
والد
کامیت
801998c853
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      getting_started/workflow/best_practices/data_preferences.rst

+ 1 - 1
getting_started/workflow/best_practices/data_preferences.rst

@@ -128,7 +128,7 @@ the expense of memory and some minor operational efficiency.
       minimize hash collisions and maintain the speed of the accesses.
 
 As one might be able to tell, Dictionaries specialize in tasks that Arrays
-aren't. An overview of their operational details is as follows:
+do not. An overview of their operational details is as follows:
 
 - **Iterate:** Fast.